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 646b49e commit 4be40d3Copy full SHA for 4be40d3
.github/workflows/run_test.yaml
@@ -17,6 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
20
+ pip install -r requirements.txt
21
pip install .[test]
22
- name: Test with pytest
23
0 commit comments