Skip to content

Commit c31f22b

Browse files
committed
ci: don't run tests on pypi-installed version [skip bump]
1 parent 87e83c7 commit c31f22b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ['3.11', '3.12', '3.13']
19+
python-version: ["3.11", "3.12", "3.13"]
2020
os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
2121

2222
steps:
@@ -48,8 +48,8 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
python-version: ['3.11', '3.12', '3.13']
52-
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
51+
python-version: ["3.11", "3.12", "3.13"]
52+
os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
5353

5454
steps:
5555
- name: Install uv
@@ -62,7 +62,5 @@ jobs:
6262
- name: Install OpenPNM from PyPI
6363
run: |
6464
uv venv
65-
uv pip install openpnm[extras] pytest pytest-cov
66-
67-
- name: Run tests
68-
run: uv run pytest -v
65+
uv pip install openpnm[extras]
66+
uv run python -c "import openpnm; print(openpnm.__version__)"

0 commit comments

Comments
 (0)