Skip to content

Commit

Permalink
python 3.9 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 committed Dec 1, 2023
1 parent 6ce69df commit 37c0fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: "3.7.4"
python-version: "3.9"
- name: Install dependencies
run: |
pip install isort==5.10.1 black[jupyter]==22.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: 'recursive'
- uses: actions/setup-python@v3
with:
python-version: '3.8.12'
python-version: '3.9'
- name: Install dependencies
run: |
pip install -r docs/requirements.txt
Expand Down

0 comments on commit 37c0fcf

Please sign in to comment.