Skip to content

Commit 9e7e822

Browse files
committed
try again
1 parent 5c75a51 commit 9e7e822

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-upstream.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
working-directory: icechunk-python
8080
run: |
8181
set -e
82+
python3 -m venv .venv
83+
source .venv/bin/activate
8284
mypy python
8385
8486
- name: Restore cached hypothesis directory
@@ -197,6 +199,8 @@ jobs:
197199
ICECHUNK_XARRAY_BACKENDS_TESTS: 1
198200
run: |
199201
set -e
202+
python3 -m venv .venv
203+
source .venv/bin/activate
200204
# pass xarray's pyproject.toml so that pytest can find the `flaky` fixture
201205
pytest -c=../../xarray/pyproject.toml -W ignore tests/run_xarray_backends_tests.py
202206

0 commit comments

Comments
 (0)