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 2d3452b commit 7f466a1Copy full SHA for 7f466a1
.github/workflows/tests.yaml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install -r requirements.txt
26
+ pip install -r dev-requirements.txt
27
pip install -r tests/test-requirements.txt
28
- name: Lint
29
run: ./scripts/lint.sh
0 commit comments