Skip to content

Commit

Permalink
Fixing Github action to use Rye: Take 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Mar 30, 2024
1 parent c92640b commit 7d499d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- uses: actions/checkout@v2
- name: Install a specific version
uses: eifinger/setup-rye@v2
with:
version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
rye sync
Expand Down

0 comments on commit 7d499d0

Please sign in to comment.