Skip to content
Snippets Groups Projects
Unverified Commit 2579854b authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Try to get all the test requirements

parent c52f002b
No related branches found
No related tags found
1 merge request!100Windows CI
......@@ -49,6 +49,7 @@ jobs:
- name: "Install Dependencies"
run: |
$Env:PIP_FIND_LINKS = "./wheelhouse"
python -m pip install -r test-requirements.txt
python -m pip install ./
- name: "Run Tests"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment