Skip to content

Commit

Permalink
Switch to ubuntu-22.04 for CI tests
Browse files Browse the repository at this point in the history
An issue with oscrypto means it currently does not work on 24.04. Ref: wbond/oscrypto#78 (comment)
  • Loading branch information
pjrobertson committed Jan 14, 2025
1 parent ab2eb3c commit 7988759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Install project
run: poetry install --no-interaction

- name: Run Download Tests
- name: Run Core Tests
run: |
source .venv/bin/activate
pytest -ra -v -m "download"
pytest -ra -v -m "not download"
coverage report
2 changes: 1 addition & 1 deletion .github/workflows/tests-download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.10"] # only run expensive downloads on one (lowest) python version
Expand Down

0 comments on commit 7988759

Please sign in to comment.