Skip to content

Commit 7c4cae7

Browse files
committed
Fixup
1 parent 7045a65 commit 7c4cae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198

199199
build-lite:
200200
name: Build JupyterLite
201-
needs: integration-tests
201+
needs: build
202202
runs-on: ubuntu-latest
203203

204204
steps:
@@ -234,7 +234,7 @@ jobs:
234234
run: |
235235
set -eux
236236
mkdir -p content && cp ../examples/test.jcad ./content
237-
cp ./jupytercad_lab/dist/jupytercad*.whl jupytercad_lab.whl
237+
cp ../python/jupytercad_lab/dist/jupytercad*.whl jupytercad_lab.whl
238238
jupyter lite build --contents content --output-dir dist
239239
240240
- name: Upload artifact

0 commit comments

Comments
 (0)