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.
2 parents 4d7ae6c + 4b9ae36 commit 4c69fb4Copy full SHA for 4c69fb4
.github/workflows/tox.yml
@@ -29,7 +29,7 @@ jobs:
29
SHA: ${{ steps.test-head.outputs.SHA }}
30
steps:
31
- name: Install the latest version of uv
32
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
33
- name: Git settings (pacify DataLad)
34
run: |
35
git config --global user.name 'NiPreps Bot'
@@ -87,7 +87,7 @@ jobs:
87
submodules: recursive
88
fetch-depth: 0
89
90
91
- uses: actions/cache/restore@v4
92
with:
93
path: ${{ env.TEST_DATA_HOME }}
@@ -120,7 +120,7 @@ jobs:
120
121
- uses: actions/checkout@v4
122
123
124
- name: Show tox config
125
run: uvx tox c
126
- name: Show tox config (this call)
0 commit comments