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 f488193 commit 7d79fcbCopy full SHA for 7d79fcb
.github/workflows/build.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install -r requirements.txt
26
+ pip install --editable .
27
pip install build
28
- name: Run tests
29
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
30
31
0 commit comments