Skip to content

Commit

Permalink
downgrade python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnro314 committed Nov 1, 2023
1 parent 78580e0 commit d424a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.9
cache: 'pip'
- run: pip install -r ./test/requirements.txt

Expand Down

0 comments on commit d424a4e

Please sign in to comment.