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 02e19e6 commit afadd1bCopy full SHA for afadd1b
.github/workflows/test.yml
@@ -23,7 +23,8 @@ jobs:
23
24
- name: "Install dependencies"
25
run: |
26
- python -m pip install -U pip tox tox-gh-actions
+ python -m pip install --upgrade pip
27
+ python -m pip install coveralls tox tox-gh-actions
28
29
- name: "Check coverage"
30
@@ -50,7 +51,8 @@ jobs:
50
51
52
53
54
55
+ python -m pip install tox tox-gh-actions
56
57
- name: "Check code format"
58
@@ -76,7 +78,8 @@ jobs:
76
78
77
79
80
81
82
83
84
- name: "Run loader tests"
85
0 commit comments