Skip to content

Commit

Permalink
Newer Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 11, 2024
1 parent 0a42624 commit 5b9f241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.11"
- name: Install dependencies
run: python -m pip install -r requirements/required.txt -r requirements/test.txt
- name: Test with pytest
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.9"
- name: Install dependencies
run: python -m pip install -r requirements/minimum.old -r requirements/test.txt
- name: Test with pytest
Expand Down

0 comments on commit 5b9f241

Please sign in to comment.