Skip to content

Commit 8589e91

Browse files
committed
fix: try to make coveralls installed only in github ci env [2]
1 parent 805006a commit 8589e91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
enable-cache: true
3838
- name: pin python version
3939
run: uv python pin ${{ matrix.python-version }}
40-
- name: Install some additional dependencies
41-
run: uv pip install coveralls
4240
- name: Install tox and its plugins
4341
run: uv tool install tox --with tox-uv --with tox-gh-actions
42+
- name: Install some additional dependencies
43+
run: uv pip install coveralls
4444
- name: Test with tox
4545
run: tox
4646
env:

0 commit comments

Comments
 (0)