Skip to content

Commit

Permalink
switch dep install order
Browse files Browse the repository at this point in the history
  • Loading branch information
bart6114 committed Sep 5, 2024
1 parent 556824e commit 17e3226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-basic-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
python-version: ["3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- uses: eifinger/setup-rye@v2
- uses: pre-commit/action@v3.0.1
- uses: eifinger/setup-rye@v2

0 comments on commit 17e3226

Please sign in to comment.