Skip to content

Commit e936870

Browse files
committed
let smarter ppl than me figure out the rye setup
1 parent 91f8278 commit e936870

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-basic-ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
python-version: ${{ matrix.python-version }}
1616
architecture: 'x64' # GH does not support arm64, i.e. modern Mac, only x64
1717
- name: Setup rye on runner
18-
shell: bash
19-
run: curl -sSf https://rye.astral.sh/get | bash
18+
uses: eifinger/setup-rye@v3
2019
- name: Install rye dependencies
2120
run: rye sync
2221
- name: Run precommit CI hooks

0 commit comments

Comments
 (0)