Skip to content

Commit cc32d90

Browse files
authored
Install JupyterCAD metapackage in update snapshots workflow (#694)
InstallJupyterCAD metapackage in update snapshots workflow
1 parent 39e7283 commit cc32d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_galata_references.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
shell: bash -l {0}
9191
run: |
9292
whereis python
93-
cp ./jupytercad_core/dist/jupytercad*.whl ./jupytercad_lab/dist/jupytercad*.whl ./jupytercad_app/dist/jupytercad*.whl .
93+
cp ./jupytercad_core/dist/jupytercad*.whl ./jupytercad_lab/dist/jupytercad*.whl ./jupytercad_app/dist/jupytercad*.whl ./jupytercad/dist/jupytercad*.whl .
9494
python -m pip install jupytercad*.whl
9595
9696
- name: Install dependencies

0 commit comments

Comments
 (0)