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 f94613e commit a6e6f44Copy full SHA for a6e6f44
.github/workflows/testing_pr.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Installing packages
32
shell: bash -el {0}
33
run: |
34
- conda install --yes -c conda-forge -c anaconda pythonocc-core
+ conda install --yes -c conda-forge -c anaconda pythonocc-core=7.4.0
35
python -m pip install --upgrade pip
36
python -m pip install smithers[vtk]
37
python -m pip install .[test]
0 commit comments