From 9c53d6e6adf9962aec6a86667a322c5bcfebc0ca Mon Sep 17 00:00:00 2001 From: David Chu <45278895+thedavidchu@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:27:05 -0500 Subject: [PATCH] Downgrade python version to 3.6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.