Skip to content

Commit

Permalink
swtich python to pass black check
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 committed Dec 1, 2023
1 parent 41c8562 commit 6ce69df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8.12
- name: Set up Python 3.7.4
uses: actions/setup-python@v4
with:
python-version: "3.8.12"
python-version: "3.7.4"
- name: Install dependencies
run: |
pip install isort==5.10.1 black[jupyter]==22.3.0
Expand Down

0 comments on commit 6ce69df

Please sign in to comment.