File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
test :
8
8
runs-on : ubuntu-latest
9
- container : ghcr.io/geode-solutions/vtk:3.9-cpu
10
9
steps :
11
- - uses : actions/checkout@v3
12
- - name : Test
13
- run : |
14
- pip install pytest pytest-xprocess
15
- pip install -e .
16
- pytest
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/setup-python@v5
12
+ with :
13
+ python-version : " 3.9"
14
+ - name : Test
15
+ run : |
16
+ 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
18
+ pip install -e .
19
+ pytest
17
20
18
21
build :
19
22
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ classifiers = [
21
21
22
22
[project .optional-dependencies ]
23
23
gpu = [" vtk == 9.*" ]
24
- cpu = [" vtk @ https://www.vtk.org/files/release/9.3/vtk_osmesa-9.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" ]
25
24
26
25
[project .urls ]
27
26
"Homepage" = " https://github.com/Geode-solutions/OpenGeodeWeb-Viewer"
You can’t perform that action at this time.
0 commit comments