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 6214563 commit 7480a5bCopy full SHA for 7480a5b
.github/workflows/tests.yml
@@ -25,6 +25,7 @@ jobs:
25
run: |
26
pip --use-deprecated=legacy-resolver install -r requirements.txt
27
pip --use-deprecated=legacy-resolver install -r tests/requirements.txt
28
+ pip --use-deprecated=legacy-resolver install -r rnd_requirements.txt
29
- name: test
30
31
pip freeze
0 commit comments