Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de61e60

Browse files
committedFeb 18, 2025·
Correct metapackage name
1 parent cc32d90 commit de61e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/update_galata_references.yaml

+1-1
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 ./jupytercad/dist/jupytercad*.whl .
93+
cp ./jupytercad_core/dist/jupytercad*.whl ./jupytercad_lab/dist/jupytercad*.whl ./jupytercad_app/dist/jupytercad*.whl ./jupytercad_lite/dist/jupytercad*.whl .
9494
python -m pip install jupytercad*.whl
9595
9696
- name: Install dependencies

0 commit comments

Comments
 (0)
Please sign in to comment.