Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Jul 27, 2024
1 parent 56d4d47 commit 854b712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install rye
uses: phi-friday/install-rye@v1.4
uses: phi-friday/install-rye@v1.5
id: install-rye
with:
python_version: ${{ matrix.python-version }}
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
if: steps.cached-venv-dependencies.outputs.cache-hit != 'true'
run: |
rye sync --features uvloop
rye sync
- name: Load cached pre-commit
id: cached-pre-commit-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Install rye
uses: phi-friday/install-rye@v1.4
uses: phi-friday/install-rye@v1.5
id: install-rye
with:
python_version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 854b712

Please sign in to comment.