Skip to content

Commit

Permalink
use rye gha
Browse files Browse the repository at this point in the history
  • Loading branch information
jmilldotdev committed Jan 3, 2025
1 parent 880a914 commit f5413f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
with:
python-version: '3.11'

- name: Install Rye
run: |
curl -sSf https://rye.astral.sh/get | bash
- name: Install the latest version of rye
uses: eifinger/setup-rye@v4

- name: Install dependencies
run: rye sync
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
with:
python-version: '3.11'

- name: Install Rye
run: |
curl -sSf https://rye.astral.sh/get | bash
- name: Install the latest version of rye
uses: eifinger/setup-rye@v4

- name: Install dependencies
run: rye sync
Expand Down

0 comments on commit f5413f3

Please sign in to comment.