Skip to content

Commit

Permalink
switch rye workflow for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Feb 9, 2024
1 parent ffa5745 commit 1df12c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
choco install vcredist2010
- name: Install the latest version of rye
uses: eifinger/setup-rye@v1
uses: atu4403/setup-rye-multiOS@v1 # eifinger/setup-rye@v1 does not support windows yet
- name: Sync Rye
run: |
rye pin ${{ env.PYTHON_VERSION }}
Expand Down

0 comments on commit 1df12c2

Please sign in to comment.