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 c482ae9 commit 6531a18Copy full SHA for 6531a18
.github/workflows/python-package.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Test with pytest
33
run: |
34
make test_lib
35
- make
+ pip install -ve .
36
make tests
0 commit comments