We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45615c commit 09a3978Copy full SHA for 09a3978
.github/workflows/testing_pr.yml
@@ -24,9 +24,18 @@ jobs:
24
with:
25
python-version: ${{ matrix.python-version }}
26
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
+
34
- name: Install Python dependencies
35
run: |
36
+ conda install --yes pythonocc-core=7.4.0
37
python3 -m pip install --upgrade pip
38
+ python3 -m pip install smithers[vtk]
39
python3 -m pip install .[test]
40
41
- name: Test with pytest
0 commit comments