We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8db707 commit 3555227Copy full SHA for 3555227
.github/workflows/main.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install -r requirements.txt
26
+ pip install -r requirements_tests.txt
27
- name: Install package
28
29
python setup.py install sdist bdist_wheel
0 commit comments