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 97475eb commit 8b6bd82Copy full SHA for 8b6bd82
.github/workflows/tox.yml
@@ -115,7 +115,7 @@ jobs:
115
submodules: recursive
116
fetch-depth: 0
117
- name: Install the latest version of uv
118
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v4
119
- name: Load test data cache
120
uses: actions/cache@v4
121
id: stanford-crn
@@ -167,7 +167,7 @@ jobs:
167
steps:
168
- uses: actions/checkout@v4
169
170
171
- name: Show tox config
172
run: uvx tox c
173
- name: Show tox config (this call)
0 commit comments