Skip to content

Commit 76d7c95

Browse files
committed
Fixed the conda install lines for the tests
1 parent 1f2f16e commit 76d7c95

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/check-commit-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash --login {0}
2323
run: |
2424
conda info
25-
conda install -c cadquery -c conda-forge cadquery=master
25+
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.1 python=3.8
2626
conda install -c anaconda pytest
2727
- name: Run tests
2828
shell: bash --login {0}
@@ -42,7 +42,7 @@ jobs:
4242
shell: bash --login {0}
4343
run: |
4444
conda info
45-
conda install -c cadquery -c conda-forge cadquery=master
45+
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.1 python=3.8
4646
conda install -c anaconda pytest
4747
- name: Run tests
4848
shell: bash --login {0}
@@ -62,7 +62,7 @@ jobs:
6262
shell: pwsh
6363
run: |
6464
conda info
65-
conda install -c cadquery -c conda-forge cadquery=master
65+
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.1 python=3.8
6666
conda install -c anaconda pytest
6767
- name: Run tests
6868
shell: pwsh

.github/workflows/check-pr-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash --login {0}
2525
run: |
2626
conda info
27-
conda install -c cadquery -c conda-forge cadquery=master
27+
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.1 python=3.8
2828
conda install -c anaconda pytest
2929
- name: Run tests
3030
shell: bash --login {0}
@@ -46,7 +46,7 @@ jobs:
4646
shell: bash --login {0}
4747
run: |
4848
conda info
49-
conda install -c cadquery -c conda-forge cadquery=master
49+
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.1 python=3.8
5050
conda install -c anaconda pytest
5151
- name: Run tests
5252
shell: bash --login {0}
@@ -68,7 +68,7 @@ jobs:
6868
shell: pwsh
6969
run: |
7070
conda info
71-
conda install -c cadquery -c conda-forge cadquery=master
71+
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.1 python=3.8
7272
conda install -c anaconda pytest
7373
- name: Run tests
7474
shell: pwsh

0 commit comments

Comments
 (0)