Skip to content

Commit de9b14c

Browse files
no pip install .
1 parent 58ddf2f commit de9b14c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/CICD.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ jobs:
1010
container: ghcr.io/geode-solutions/vtk:3.9-cpu
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Set up Python
14-
uses: actions/setup-python@v3
15-
with:
16-
python-version: "3.9"
1713
- name: Test
1814
run: |
1915
pip install pytest pytest-xprocess
2016
pip install -r requirements.txt
21-
pip install .
2217
pytest
2318
2419
build:

0 commit comments

Comments
 (0)