Skip to content

Commit

Permalink
chore: use uv to install test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 24, 2024
1 parent 70ca537 commit 848734e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: astral-sh/setup-uv@v3
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip wheel
pip install --upgrade https://github.com/WeblateOrg/language-data/archive/main.zip
pip install -r requirements-test.txt
run: uv pip install 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 848734e

Please sign in to comment.