Skip to content

Commit

Permalink
Fixing Github action to use Rye: Take 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Mar 30, 2024
1 parent 1920f11 commit c92640b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
- name: Install a specific version
uses: eifinger/setup-rye@v2
with:
python-version: ${{ matrix.python-version }}
version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-optional.txt
rye sync
- name: Pre Commit Checks
uses: pre-commit/[email protected]
- name: Run checks
Expand Down

0 comments on commit c92640b

Please sign in to comment.