Skip to content

Commit

Permalink
chore: update install rye action
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 3, 2024
1 parent e2fe90b commit 7cc6137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install rye
uses: phi-friday/install-rye@v1.5
uses: phi-friday/install-rye@v2
id: install-rye
with:
python_version: ${{ matrix.python-version }}
use_uv: true

- name: Load cached venv
id: cached-venv-dependencies
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install rye
uses: phi-friday/install-rye@v1.5
uses: phi-friday/install-rye@v2
id: install-rye
with:
python_version: "3.9"
use_uv: true

- name: Load cached venv
id: cached-venv-dependencies
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
fetch-depth: 0

- name: Install rye
uses: phi-friday/install-rye@v1.4
uses: phi-friday/install-rye@v2
id: install-rye
with:
python_version: ${{ matrix.python-version }}
use_uv: true

- name: Build package
run: |
Expand Down

0 comments on commit 7cc6137

Please sign in to comment.