Skip to content

Commit

Permalink
use python 3.8 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
achim-k committed Oct 5, 2023
1 parent c5c9c52 commit f2bf7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
lfs: true
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8
- run: pip install pipenv==2023.2.4
- run: make lint
- run: make test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: 3.8

- run: pip install pipenv

Expand Down

0 comments on commit f2bf7c9

Please sign in to comment.