Skip to content

Commit

Permalink
Add Rye setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Jul 7, 2024
1 parent 3d52c48 commit 7bc50a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Python Setup Rye
uses: eifinger/[email protected]

- name: Install dependencies
run: rye sync
Expand Down

0 comments on commit 7bc50a5

Please sign in to comment.