Skip to content

Commit

Permalink
Fix CI type check Python version (#517)
Browse files Browse the repository at this point in the history
Fix an issue introduced by #510, which only surfaced in the CI after the
PR was merged.
  • Loading branch information
tatiana authored Sep 6, 2023
1 parent 6c3c003 commit bf02740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.9'
architecture: 'x64'
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit bf02740

Please sign in to comment.