Skip to content

Commit

Permalink
Use --system in all uv commands
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed May 28, 2024
1 parent a03c74f commit 1e481df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
# flaky-tests-detection install is here because dependencies takes long
# time to install and not needed for the test-install
run: |
uv pip install flaky-tests-detection --python ${{ matrix.python-version }}
uv pip install flaky-tests-detection --python ${{ matrix.python-version }} --system
python download_file.py --project MarketSquare --repo robotframework-browser --token ${{ secrets.GITHUB_TOKEN }}
inv copy-xunit
- name: Flaky tests detection
Expand All @@ -309,7 +309,7 @@ jobs:
if: ${{ matrix.os != 'windows-latest' }}
run: |
rfbrowser clean-node
uv pip uninstall robotframework-browser --python ${{ matrix.python-version }}
uv pip uninstall robotframework-browser --python ${{ matrix.python-version }} --system
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
Expand Down

0 comments on commit 1e481df

Please sign in to comment.