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

$Env of course

parent 15fdd950
No related branches found
No related tags found
1 merge request!100Windows CI
......@@ -40,7 +40,8 @@ jobs:
pip wheel --wheel-dir ./wheelhouse git+https://github.com/tahoe-lafs/tahoe-lafs@master#egg=tahoe-lafs
- name: "Install Dependencies"
run: |
PIP_FIND_LINKS=./wheelhouse python -m pip install ./
$Env:PIP_FIND_LINKS = "./wheelhouse"
python -m pip install ./
- name: "Run Tests"
env:
......
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