Skip to content

Commit

Permalink
Updated Python versions for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Apr 11, 2024
1 parent ab297dc commit 2bc1c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
submodules: 'true'
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.8'
cache: 'pip'
- run: python -m pip install -r requirements.txt
- name: Run unit tests
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
submodules: 'true'
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.8'
cache: 'pip'
- run: python -m pip install -r requirements.txt
- name: Run unit tests
Expand Down

0 comments on commit 2bc1c2e

Please sign in to comment.