We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 49d71cc commit fa495f2Copy full SHA for fa495f2
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install developer dependencies
23
run: |
24
- python3 -m pip install -U pip setuptools
+ python3 -m pip install -U pip
25
python3 -m pip install -U pytest pytest-runner flake8
26
27
- name: Install sphinx dependencies
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
0 commit comments