Skip to content

Commit 56c9a5f

Browse files
committed
Unpinned OCP version to bundle the latest CadQuery master
1 parent ed96027 commit 56c9a5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pyinstaller-builds-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash --login {0}
2424
run: |
2525
conda info
26-
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5
26+
conda install -c cadquery -c conda-forge cadquery=master
2727
conda install -c conda-forge pyinstaller
2828
pip install path
2929
- name: Run build
@@ -49,7 +49,7 @@ jobs:
4949
shell: bash --login {0}
5050
run: |
5151
conda info
52-
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5
52+
conda install -c cadquery -c conda-forge cadquery=master
5353
conda install -c conda-forge pyinstaller
5454
pip install path
5555
- name: Run build
@@ -75,7 +75,7 @@ jobs:
7575
shell: pwsh
7676
run: |
7777
conda info
78-
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5
78+
conda install -c cadquery -c conda-forge cadquery=master
7979
conda install -c conda-forge pyinstaller
8080
pip install path
8181
- name: Run build

0 commit comments

Comments
 (0)