Skip to content

Commit 09a3978

Browse files
authored
Update testing_pr.yml
1 parent e45615c commit 09a3978

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/testing_pr.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,18 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

27+
- name: Setup conda
28+
uses: s-weigand/setup-conda@v1
29+
with:
30+
update-conda: true
31+
python-version: ${{ matrix.python-version }}
32+
conda-channels: anaconda, conda-forge
33+
2734
- name: Install Python dependencies
2835
run: |
36+
conda install --yes pythonocc-core=7.4.0
2937
python3 -m pip install --upgrade pip
38+
python3 -m pip install smithers[vtk]
3039
python3 -m pip install .[test]
3140
3241
- name: Test with pytest

0 commit comments

Comments
 (0)