Skip to content

Commit 48a3107

Browse files
committed
remove pipenv
1 parent d9d4538 commit 48a3107

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,11 @@ jobs:
165165
- uses: actions/setup-python@v2
166166
with:
167167
python-version: "3.10"
168-
- name: Install pipenv
169168
run: |
170169
python -V
171170
python -m pip install --upgrade pip
172-
python -m pip install pipenv
173-
- run: pipenv install --python "3.10"
174-
working-directory: ./extra_tests
175171
- name: run snippets
176-
run: pipenv run pytest -v
172+
run: pytest -v
177173
working-directory: ./extra_tests
178174
- if: runner.os == 'Linux'
179175
name: run cpython platform-independent tests
@@ -277,13 +273,6 @@ jobs:
277273
- uses: actions/setup-python@v2
278274
with:
279275
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
287276
- uses: actions/setup-node@v1
288277
- name: run test
289278
run: |

0 commit comments

Comments
 (0)