File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -165,15 +165,11 @@ jobs:
165
165
- uses : actions/setup-python@v2
166
166
with :
167
167
python-version : " 3.10"
168
- - name : Install pipenv
169
168
run : |
170
169
python -V
171
170
python -m pip install --upgrade pip
172
- python -m pip install pipenv
173
- - run : pipenv install --python "3.10"
174
- working-directory : ./extra_tests
175
171
- name : run snippets
176
- run : pipenv run pytest -v
172
+ run : pytest -v
177
173
working-directory : ./extra_tests
178
174
- if : runner.os == 'Linux'
179
175
name : run cpython platform-independent tests
@@ -277,13 +273,6 @@ jobs:
277
273
- uses : actions/setup-python@v2
278
274
with :
279
275
python-version : " 3.10"
280
- - name : Install pipenv
281
- run : |
282
- python -V
283
- python -m pip install --upgrade pip
284
- python -m pip install pipenv
285
- - run : pipenv install
286
- working-directory : ./wasm/tests
287
276
- uses : actions/setup-node@v1
288
277
- name : run test
289
278
run : |
You can’t perform that action at this time.
0 commit comments