We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fe461 commit ee9553bCopy full SHA for ee9553b
.github/workflows/ci.yml
@@ -14,10 +14,8 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
17
- - name: Install Rye
18
- run: |
19
- curl -sSf https://rye.astral.sh/get | bash
20
- echo "$HOME/.rye/shims" >> $GITHUB_PATH
+ - name: Install the latest version of rye
+ uses: eifinger/setup-rye@v4
21
22
- name: Add Python to PATH
23
run: echo "$(rye show python-path | head -n 1 | xargs dirname | xargs dirname)/bin" >> $GITHUB_PATH
0 commit comments