Skip to content

Commit

Permalink
Correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed Jun 10, 2024
1 parent 6c42ac4 commit dd6dcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm install [email protected]
- name: Install cognite-sdk in pyodide environment
run: |
whl_file=$(find . -type f -name "dist/*.whl" -print -quit)
whl_file=$(find dist -type f -name "*.whl")
echo "Found built wheel file: $whl_file"
SDK_FILE_PATH=$whl_file \
PACKAGES="[\"pyodide-http\", \"http://localhost:3000/dist/$whl_file\"]" \
Expand Down

0 comments on commit dd6dcaa

Please sign in to comment.