Skip to content

Commit

Permalink
Update actions versions, enable Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanklein committed May 26, 2024
1 parent 6dd9dce commit 9425e6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
#- '3.12'
- '3.12'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r requirements_dev.txt
python -m pip install pytest
- name: Test with pytest
env:
Expand Down

0 comments on commit 9425e6d

Please sign in to comment.