Skip to content

Commit

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

steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v4
- name: Install a specific version
uses: eifinger/setup-rye@v2
Expand Down

0 comments on commit 66a291e

Please sign in to comment.