Skip to content

Commit afadd1b

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] Fix coveralls
1 parent 02e19e6 commit afadd1b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323

2424
- name: "Install dependencies"
2525
run: |
26-
python -m pip install -U pip tox tox-gh-actions
26+
python -m pip install --upgrade pip
27+
python -m pip install coveralls tox tox-gh-actions
2728
2829
- name: "Check coverage"
2930
run: |
@@ -50,7 +51,8 @@ jobs:
5051

5152
- name: "Install dependencies"
5253
run: |
53-
python -m pip install -U pip tox tox-gh-actions
54+
python -m pip install --upgrade pip
55+
python -m pip install tox tox-gh-actions
5456
5557
- name: "Check code format"
5658
run: |
@@ -76,7 +78,8 @@ jobs:
7678

7779
- name: "Install dependencies"
7880
run: |
79-
python -m pip install -U pip tox tox-gh-actions
81+
python -m pip install --upgrade pip
82+
python -m pip install tox tox-gh-actions
8083
8184
- name: "Run loader tests"
8285
run: |

0 commit comments

Comments
 (0)