We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e7283 commit cc32d90Copy full SHA for cc32d90
.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 .
+ cp ./jupytercad_core/dist/jupytercad*.whl ./jupytercad_lab/dist/jupytercad*.whl ./jupytercad_app/dist/jupytercad*.whl ./jupytercad/dist/jupytercad*.whl .
94
python -m pip install jupytercad*.whl
95
96
- name: Install dependencies
0 commit comments