Skip to content

Commit

Permalink
Downgrade python version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidchu authored Feb 22, 2024
1 parent 80ae7cd commit 9c53d6e
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 @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.6'
- name: Compile
run: |
# For some reason, if we change to the compiler directory, Python complains.
Expand Down

0 comments on commit 9c53d6e

Please sign in to comment.