We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c75a51 commit 4817a29Copy full SHA for 4817a29
.github/workflows/python-upstream.yaml
@@ -197,6 +197,8 @@ jobs:
197
ICECHUNK_XARRAY_BACKENDS_TESTS: 1
198
run: |
199
set -e
200
+ python3 -m venv .venv
201
+ source .venv/bin/activate
202
# pass xarray's pyproject.toml so that pytest can find the `flaky` fixture
203
pytest -c=../../xarray/pyproject.toml -W ignore tests/run_xarray_backends_tests.py
204
0 commit comments