Skip to content

Commit 7988759

Browse files
committed
Switch to ubuntu-22.04 for CI tests
An issue with oscrypto means it currently does not work on 24.04. Ref: wbond/oscrypto#78 (comment)
1 parent ab2eb3c commit 7988759

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests-core.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
tests:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
1717
python-version: ["3.10", "3.11", "3.12"]
@@ -46,8 +46,8 @@ jobs:
4646
- name: Install project
4747
run: poetry install --no-interaction
4848

49-
- name: Run Download Tests
49+
- name: Run Core Tests
5050
run: |
5151
source .venv/bin/activate
52-
pytest -ra -v -m "download"
52+
pytest -ra -v -m "not download"
5353
coverage report

.github/workflows/tests-download.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
tests:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
1616
python-version: ["3.10"] # only run expensive downloads on one (lowest) python version

0 commit comments

Comments
 (0)