Skip to content

Commit

Permalink
Unpin OCP
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk authored Feb 14, 2022
1 parent 4d93301 commit f5d3105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyinstaller-builds-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash --login {0}
run: |
conda info
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2 python=3.8
conda install -c cadquery -c conda-forge cadquery=master python=3.8
conda install -c conda-forge pyinstaller
pip install path
- name: Run build
Expand All @@ -49,7 +49,7 @@ jobs:
shell: bash --login {0}
run: |
conda info
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2 python=3.8
conda install -c cadquery -c conda-forge cadquery=master python=3.8
conda install -c conda-forge pyinstaller
pip install path
- name: Run build
Expand All @@ -75,7 +75,7 @@ jobs:
shell: pwsh
run: |
conda info
conda install -c cadquery -c conda-forge cadquery=master ocp=7.5.2 python=3.8 libnetcdf=4.7.4
conda install -c cadquery -c conda-forge cadquery=master python=3.8 libnetcdf=4.7.4
conda install -c conda-forge pyinstaller
pip install path
- name: Run build
Expand Down

0 comments on commit f5d3105

Please sign in to comment.