Skip to content

Commit

Permalink
Use setup-python@v4 and Python 3.10 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Oct 18, 2023
1 parent f4a0af1 commit ab2edcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
needs: lint-files
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.10'
- uses: s-weigand/[email protected]
with:
conda-channels: conda-forge
Expand Down

0 comments on commit ab2edcf

Please sign in to comment.