Skip to content

Commit

Permalink
Downgrade to Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Jul 9, 2024
1 parent e2a3e56 commit e700283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-
# Set up Python 3.10
- name: Set up Python 3.10
# Set up Python 3.9
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.9"
# Install EMMAA/test dependencies
- name: Install dependencies
run: |
Expand Down

0 comments on commit e700283

Please sign in to comment.