Skip to content

Commit

Permalink
Use installer
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Feb 9, 2024
1 parent c4b1b36 commit e046047
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-latest-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup rye
uses: ./
- run: rye sync
working-directory: __tests__/fixtures/rye-project
- run: rye sync --no-lock
- run: curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash
- run: source "$HOME/.rye/env" && rye sync --no-lock
working-directory: __tests__/fixtures/rye-project

0 comments on commit e046047

Please sign in to comment.