We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e890fa commit 2a62d43Copy full SHA for 2a62d43
1 file changed
.github/workflows/testing_pr.yml
@@ -5,9 +5,6 @@ on:
5
branches:
6
- "master"
7
8
-
9
10
11
jobs:
12
build:
13
runs-on: ${{ matrix.os }}
@@ -26,14 +23,13 @@ jobs:
26
23
with:
27
24
auto-update-conda: true
28
25
python-version: ${{ matrix.python-version }}
29
- channels: anaconda, conda-forge
+ channels: conda-forge
30
31
- name: Installing packages
32
shell: bash -el {0}
33
run: |
34
- conda install --yes -c conda-forge -c anaconda pythonocc-core=7.4.0
+ conda install --yes -c conda-forge 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]
38
39
- name: Test with pytest
0 commit comments