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 36d4ef8 commit 573e42aCopy full SHA for 573e42a
.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@v4
+ uses: astral-sh/setup-uv@v5
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: Install tox
172
run: uv tool install tox --with=tox-uv
173
- name: Show tox config
0 commit comments