Skip to content

Commit

Permalink
Fixing Github action to use Rye: Take 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Mar 30, 2024
1 parent 66a291e commit b1aab82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v4
- name: Install a specific version
- name: Install Rye
uses: eifinger/setup-rye@v2
- name: Install dependencies
run: |
rye sync
- name: Pre Commit Checks
uses: pre-commit/[email protected]
- name: Run checks
run: |
make all
Expand Down

0 comments on commit b1aab82

Please sign in to comment.