Skip to content

Commit 6f283c5

Browse files
Merge pull request #78 from Geode-solutions/fix/python_3_12
No commit message
2 parents b1741ee + 991096a commit 6f283c5

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.9"
13+
python-version: "3.12"
1414
- name: Test
1515
run: |
1616
pip install pytest pytest-xprocess
17-
pip install https://www.vtk.org/files/release/9.3/vtk_osmesa-9.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
17+
pip install https://www.vtk.org/files/release/9.3/vtk_osmesa-9.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
1818
pip install -e .
1919
pytest
2020
197 Bytes
Loading
-891 Bytes
Loading
-1.12 KB
Loading

0 commit comments

Comments
 (0)