Fix install command

Jeremy Tuloup 4 years ago
parent 67621f5e85
commit d08972320a

@ -41,7 +41,7 @@ jobs:
- name: Install the package
run: |
python -m pip install ".[test]""
python -m pip install ".[test]"
jlpm run build:test
- name: Unit tests

Loading…
Cancel
Save