File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 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 :
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
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__)"
You can’t perform that action at this time.
0 commit comments