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 b9433b6 commit a216531Copy full SHA for a216531
.github/workflows/hypothesis.yaml
@@ -58,11 +58,11 @@ jobs:
58
- name: Setup micromamba
59
uses: mamba-org/setup-micromamba@v1
60
with:
61
- environment-file: ${{env.CONDA_ENV_FILE}}
+ environment-file: ci/requirements/environment.yml
62
environment-name: xarray-tests
63
create-args: >-
64
python=${{env.PYTHON_VERSION}}
65
- conda
+ pytest-reportlog
66
cache-environment: true
67
cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
68
0 commit comments