Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,20 @@ jobs:
python-version: ${{ matrix.python-version }}


- name: Install the latest version of rye
uses: eifinger/setup-rye@v4
id: setup-rye
- name: Install uv
uses: astral-sh/setup-uv@v5
id: setup-uv
with:
enable-cache: true
cache-prefix: ${{ matrix.python-version }}

- name: Pin python-version ${{ matrix.python-version }}
run: rye pin ${{ matrix.python-version }}


- name: Install dependencies
if: steps.setup-rye.outputs.cache-hit != 'true'
run: |
rye sync --no-lock

- name: Install uv and set the python version
uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}

- name: Test with tox
run: rye run tox
run: uv run tox

#
# - name: Upload coverage reports to Codecov with GitHub Action on Python 3.11
Expand Down
154 changes: 0 additions & 154 deletions requirements-dev.lock

This file was deleted.

Loading
Loading