Skip to content

Commit 4817a29

Browse files
committed
try again
1 parent 5c75a51 commit 4817a29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-upstream.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ jobs:
197197
ICECHUNK_XARRAY_BACKENDS_TESTS: 1
198198
run: |
199199
set -e
200+
python3 -m venv .venv
201+
source .venv/bin/activate
200202
# pass xarray's pyproject.toml so that pytest can find the `flaky` fixture
201203
pytest -c=../../xarray/pyproject.toml -W ignore tests/run_xarray_backends_tests.py
202204

0 commit comments

Comments
 (0)