Skip to content

Commit

Permalink
🔧 Separate rye installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Nov 22, 2023
1 parent 10a8884 commit 2cff247
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install rye and dependencies
run: script -q -e -c "curl -sSf https://rye-up.com/get | bash && rye sync"
run: curl -sSf https://rye-up.com/get | bash
- name: Sync rye
run: rye sync
- name: Run pre-commit
run: rye run pre-commit run --all-files
- name: Run tests
Expand Down

0 comments on commit 2cff247

Please sign in to comment.