Skip to content

Commit 58ddf2f

Browse files
container
1 parent 8a2f131 commit 58ddf2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
test:
99
runs-on: ubuntu-latest
10+
container: ghcr.io/geode-solutions/vtk:3.9-cpu
1011
steps:
1112
- uses: actions/checkout@v3
1213
- name: Set up Python
@@ -19,6 +20,7 @@ jobs:
1920
pip install -r requirements.txt
2021
pip install .
2122
pytest
23+
2224
build:
2325
runs-on: ubuntu-latest
2426
needs: test

src/tests/tests_output/test.jpeg

10.3 KB
Loading

0 commit comments

Comments
 (0)