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 48064eb commit 0f989abCopy full SHA for 0f989ab
.github/workflows/pytest.yaml
@@ -25,8 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29
- if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
+ pip install -e ".[dev,test]"
30
- name: Install
31
32
make install
@@ -54,8 +53,7 @@ jobs:
54
53
55
56
57
58
59
- name: "Build Package"
60
61
make dist
0 commit comments