We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805006a commit 8589e91Copy full SHA for 8589e91
1 file changed
.github/workflows/tests.yml
@@ -37,10 +37,10 @@ jobs:
37
enable-cache: true
38
- name: pin python version
39
run: uv python pin ${{ matrix.python-version }}
40
- - name: Install some additional dependencies
41
- run: uv pip install coveralls
42
- name: Install tox and its plugins
43
run: uv tool install tox --with tox-uv --with tox-gh-actions
+ - name: Install some additional dependencies
+ run: uv pip install coveralls
44
- name: Test with tox
45
run: tox
46
env:
0 commit comments