Skip to content

Commit

Permalink
fix(ci): use system-wide installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 24, 2024
1 parent 848734e commit 2159d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
allow-prereleases: true
- uses: astral-sh/setup-uv@v3
- name: Install pip dependencies
run: uv pip install https://github.com/WeblateOrg/language-data/archive/main.zip -r requirements-test.txt
run: uv pip install --system https://github.com/WeblateOrg/language-data/archive/main.zip -r requirements-test.txt
- name: Test
run: |
py.test --cov=translation_finder translation_finder README.rst
Expand Down

0 comments on commit 2159d9e

Please sign in to comment.