Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Mar 3, 2024
1 parent 69ef2ff commit 65f2a31
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 @@ -11,16 +11,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.12'
architecture: 'x64'

- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install -r .requirements.txt --pre
pip install --pre -r .requirements.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit 65f2a31

Please sign in to comment.