File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4444 UV_CACHE_DIR : /home/runner/.cache/uv
4545 run : |
4646 curl -LsSf https://astral.sh/uv/install.sh | sh
47- uv venv /home/runner /.venv
48- source /home/runner /.venv/bin/activate
47+ uv venv ${{ github.workspace }} /.venv
48+ source ${{ github.workspace }} /.venv/bin/activate
4949 uv pip install --upgrade --editable .[dev]
5050
5151 - name : " Lint"
5555
5656 - name : " Run tests"
5757 run : |
58- source /home/runner /.venv/bin/activate
58+ source ${{ github.workspace }} /.venv/bin/activate
5959 # We run tests against "." and not the tests directory as we test the README
6060 # and documentation.
6161 pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests . --cov-report=xml
Original file line number Diff line number Diff line change 4848 uv pip install --upgrade --editable .[dev]
4949
5050 - name : " Run tests"
51- env :
52- VIRTUAL_ENV : ~\AppData\Local\.venv
5351 run : |
5452 ${{ github.workspace }}/.venv/Scripts/Activate.ps1
5553 # We run tests against "." and not the tests directory as we test the README
You can’t perform that action at this time.
0 commit comments