diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 83d8cf9..9c2ff20 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.10.15' # Specify the required Python version here + python-version: '3.8' # Specify the required Python version here # Install dependencies - name: Install dependencies