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 9952f97 commit 39ba4d8Copy full SHA for 39ba4d8
.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@v6
+ uses: astral-sh/setup-uv@v7
119
- name: Load test data cache
120
uses: actions/cache@v4
121
id: stanford-crn
@@ -158,7 +158,7 @@ jobs:
158
steps:
159
- uses: actions/checkout@v5
160
161
162
- name: Install tox
163
run: uv tool install tox --with=tox-uv
164
- name: Show tox config
0 commit comments