We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc32d90 commit de61e60Copy full SHA for de61e60
.github/workflows/update_galata_references.yaml
@@ -90,7 +90,7 @@ jobs:
90
shell: bash -l {0}
91
run: |
92
whereis python
93
- cp ./jupytercad_core/dist/jupytercad*.whl ./jupytercad_lab/dist/jupytercad*.whl ./jupytercad_app/dist/jupytercad*.whl ./jupytercad/dist/jupytercad*.whl .
+ cp ./jupytercad_core/dist/jupytercad*.whl ./jupytercad_lab/dist/jupytercad*.whl ./jupytercad_app/dist/jupytercad*.whl ./jupytercad_lite/dist/jupytercad*.whl .
94
python -m pip install jupytercad*.whl
95
96
- name: Install dependencies
0 commit comments