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 9e7e822Copy full SHA for 9e7e822
.github/workflows/python-upstream.yaml
@@ -79,6 +79,8 @@ jobs:
79
working-directory: icechunk-python
80
run: |
81
set -e
82
+ python3 -m venv .venv
83
+ source .venv/bin/activate
84
mypy python
85
86
- name: Restore cached hypothesis directory
@@ -197,6 +199,8 @@ jobs:
197
199
ICECHUNK_XARRAY_BACKENDS_TESTS: 1
198
200
201
202
203
204
# pass xarray's pyproject.toml so that pytest can find the `flaky` fixture
205
pytest -c=../../xarray/pyproject.toml -W ignore tests/run_xarray_backends_tests.py
206
0 commit comments