Skip to content

Commit

Permalink
Pin Python version in CI (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage authored Nov 6, 2022
1 parent 3d97b37 commit 8ab398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '^3.9.1'
python-version: '3.10'
architecture: x64
cache: pip
- name: pip install
Expand Down

0 comments on commit 8ab398a

Please sign in to comment.