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 bde44cd commit 6aff253Copy full SHA for 6aff253
.github/workflows/build.yml
@@ -54,6 +54,7 @@ jobs:
54
- name: Build the extension
55
run: |
56
set -eux
57
+ jlpm install
58
cd packages/${{ matrix.shortname }}/
59
python -m pip install .[test]
60
0 commit comments