File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 uv venv islp
24- source islp/bin/activate
24+ echo "VIRTUAL_ENV=$(pwd)/islp" >> $GITHUB_ENV
25+ echo "$(pwd)/islp/bin" >> $GITHUB_PATH
2526 uv pip install .
2627 - name : Lint with flake8
2728 run : |
5556 - name : Install dependencies
5657 run : |
5758 uv venv islp
58- source islp/bin/activate
59+ echo "VIRTUAL_ENV=$(pwd)/islp" >> $env:GITHUB_ENV
60+ echo "$(pwd)/islp/Scripts" >> $env:GITHUB_PATH
5961 uv pip install .
6062 - name : Lint with flake8
6163 run : |
8890 uv-version : latest
8991 - name : Install dependencies
9092 run : |
93+ uv venv islp
94+ echo "VIRTUAL_ENV=$(pwd)/islp" >> $GITHUB_ENV
95+ echo "$(pwd)/islp/bin" >> $GITHUB_PATH
9196 uv pip install .
9297 - name : Lint with flake8
9398 run : |
You can’t perform that action at this time.
0 commit comments