diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 251c7e6..f465e7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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.