Skip to content

Commit f311947

Browse files
committed
revert mistaken change in integration test job
1 parent 6e289c4 commit f311947

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,7 @@ jobs:
174174
shell: bash -l {0}
175175
run: |
176176
set -eux
177-
cp ./jupytergis_core/dist/jupytergis*.whl jupytergis_core-0.0.1-py3-none-any.whl
178-
cp ./jupytergis_lab/dist/jupytergis*.whl jupytergis_lab-0.0.1-py3-none-any.whl
179-
cp ./jupytergis_qgis/dist/jupytergis*.whl jupytergis_qgis-0.0.1-py3-none-any.whl
180-
cp ./jupytergis_lite/dist/jupytergis*.whl jupytergis_lite-0.0.1-py3-none-any.whl
181-
cp ./jupytergis/dist/jupytergis*.whl jupytergis-0.0.1-py3-none-any.whl
177+
cp ./jupytergis/dist/jupytergis*.whl ./jupytergis_core/dist/jupytergis*.whl ./jupytergis_lab/dist/jupytergis*.whl ./jupytergis_qgis/dist/jupytergis*.whl .
182178
python -m pip install jupytergis*.whl "jupyter-collaboration>=3,<4" "jupyterlab>=4.3,<5"
183179
184180
- name: Install
@@ -254,9 +250,6 @@ jobs:
254250
- name: Checkout
255251
uses: actions/checkout@v4
256252

257-
- name: debug
258-
run: ls
259-
260253
- name: Install Conda environment with Micromamba
261254
uses: mamba-org/setup-micromamba@v2
262255
with:
@@ -274,11 +267,18 @@ jobs:
274267
with:
275268
name: extension-artifacts
276269

277-
- name: Install the extension artifacts
270+
- name: debug
271+
run: ls
272+
273+
- name: Install the extension
278274
shell: bash -l {0}
279275
run: |
280276
set -eux
281-
pip install ./jupytergis_core/dist/jupytergis*.whl ./jupytergis_lab/dist/jupytergis*.whl ./jupytergis_qgis/dist/jupytergis*.whl ./jupytergis_lite/dist/jupytergis*.whl ./jupytergis/dist/jupytergis*.whl
277+
cp ./jupytergis_core/dist/jupytergis*.whl jupytergis_core-0.0.1-py3-none-any.whl
278+
cp ./jupytergis_lab/dist/jupytergis*.whl jupytergis_lab-0.0.1-py3-none-any.whl
279+
cp ./jupytergis_qgis/dist/jupytergis*.whl jupytergis_qgis-0.0.1-py3-none-any.whl
280+
cp ./jupytergis_lite/dist/jupytergis*.whl jupytergis_lite-0.0.1-py3-none-any.whl
281+
cp ./jupytergis/dist/jupytergis*.whl jupytergis-0.0.1-py3-none-any.whl
282282
283283
- name: Build JupyterLite
284284
shell: bash -l {0}

0 commit comments

Comments
 (0)