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 70f2836 commit fa18a7cCopy full SHA for fa18a7c
1 file changed
.github/workflows/build_test.yml
@@ -21,7 +21,8 @@ jobs:
21
- name: Install dependencies
22
run: |
23
uv venv islp
24
- source islp/bin/activate
+ echo "VIRTUAL_ENV=$(pwd)/islp" >> $GITHUB_ENV
25
+ echo "$(pwd)/islp/bin" >> $GITHUB_PATH
26
uv pip install .
27
- name: Lint with flake8
28
@@ -55,7 +56,8 @@ jobs:
55
56
57
58
59
+ echo "VIRTUAL_ENV=$(pwd)/islp" >> $env:GITHUB_ENV
60
+ echo "$(pwd)/islp/Scripts" >> $env:GITHUB_PATH
61
62
63
@@ -88,6 +90,9 @@ jobs:
88
90
uv-version: latest
89
91
92
93
+ uv venv islp
94
95
96
97
98
0 commit comments