Skip to content

Commit

Permalink
Gneh
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 5, 2024
1 parent 3f70718 commit 39c393c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
environment-name: cad
create-args: >-
python=3.10
jupyterlab=4
jupyterlab
freecad=0.21.2
- name: Download extension package
Expand All @@ -107,7 +107,7 @@ jobs:
shell: bash -l {0}
run: |
set -eux
pip install "jupyterlab>=4.0.0,<4.2.0" "jupytercad>=3.0.0a6" jupytercad_freecad*.whl
pip install "jupytercad>=3.0.0" jupytercad_freecad*.whl
- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 39c393c

Please sign in to comment.