File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
- name : Install dependencies
104
104
run : |
105
105
python -m pip install --upgrade pip
106
- python -m pip install .[ test]
106
+ python -m pip install . --group test
107
107
- name : Install Docutils ${{ matrix.docutils }}
108
108
run : python -m pip install --upgrade "docutils~=${{ matrix.docutils }}.0"
109
109
- name : Test with pytest
@@ -137,7 +137,7 @@ jobs:
137
137
- name : Install dependencies
138
138
run : |
139
139
python -m pip install --upgrade pip
140
- python -m pip install .[ test]
140
+ python -m pip install . --group test
141
141
- name : Test with pytest
142
142
run : python -m pytest -n logical --dist=worksteal -vv --durations 25
143
143
env :
@@ -169,7 +169,7 @@ jobs:
169
169
- name : Install dependencies
170
170
run : |
171
171
python -m pip install --upgrade pip
172
- python -m pip install .[ test]
172
+ python -m pip install . --group test
173
173
- name : Test with pytest
174
174
run : python -m pytest -n logical --dist=worksteal -vv --durations 25
175
175
env :
You can’t perform that action at this time.
0 commit comments