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 a50506a commit 696fe39Copy full SHA for 696fe39
.github/workflows/build-test-publish.yml
@@ -122,7 +122,7 @@ jobs:
122
git config --global user.name 'NiPreps Bot'
123
git config --global user.email '[email protected]'
124
- name: Install the latest version of uv
125
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
126
- name: Set up Python ${{ matrix.python-version }}
127
uses: conda-incubator/setup-miniconda@v3
128
with:
0 commit comments