Skip to content

Commit ee9553b

Browse files
committed
fix: ci
1 parent 91fe461 commit ee9553b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Install Rye
18-
run: |
19-
curl -sSf https://rye.astral.sh/get | bash
20-
echo "$HOME/.rye/shims" >> $GITHUB_PATH
17+
- name: Install the latest version of rye
18+
uses: eifinger/setup-rye@v4
2119

2220
- name: Add Python to PATH
2321
run: echo "$(rye show python-path | head -n 1 | xargs dirname | xargs dirname)/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)