Skip to content

Commit a216531

Browse files
committed
fix
1 parent b9433b6 commit a216531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hypothesis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
- name: Setup micromamba
5959
uses: mamba-org/setup-micromamba@v1
6060
with:
61-
environment-file: ${{env.CONDA_ENV_FILE}}
61+
environment-file: ci/requirements/environment.yml
6262
environment-name: xarray-tests
6363
create-args: >-
6464
python=${{env.PYTHON_VERSION}}
65-
conda
65+
pytest-reportlog
6666
cache-environment: true
6767
cache-environment-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}"
6868

0 commit comments

Comments
 (0)