Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main-branch-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: Install the latest version of Rye
uses: eifinger/setup-rye@v4.2.1
uses: eifinger/setup-rye@v4.2.9
with:
python-version: ${{ matrix.python-version }}
- name: Setup the environment
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install the latest version of Rye
uses: eifinger/setup-rye@v4.2.1
uses: eifinger/setup-rye@v4.2.9
with:
python-version: ${{ matrix.python-version }}
- name: Build the package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install the latest version of Rye
uses: eifinger/setup-rye@v4.2.1
uses: eifinger/setup-rye@v4.2.9
- name: Build the package
run: rye build
- uses: actions/upload-artifact@v4.6.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version-branch-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Install the latest version of Rye
uses: eifinger/setup-rye@v4.2.1
uses: eifinger/setup-rye@v4.2.9
- name: Setup the environment
run: rye sync --all-features
- name: Test with pytest
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install the latest version of Rye
uses: eifinger/setup-rye@v4.2.1
uses: eifinger/setup-rye@v4.2.9
- name: Build the package
run: rye build
- uses: actions/upload-artifact@v4.6.1
Expand Down
Loading