Skip to content

Commit

Permalink
Restrict annotations to a single run in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Apr 28, 2022
1 parent 7173bd3 commit aa5dba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
run: |
mamba env update -f $CONDA_ENV_FILE
# We only want to install this on one run, because otherwise we'll have
# duplicate annotations.
- name: Install error reporter
if: ${{ matrix.os }} == 'ubuntu-latest' and ${{ python-version }} == '3.10'

- name: Install xarray
run: |
python -m pip install --no-deps -e .
Expand Down
1 change: 0 additions & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ dependencies:
- pytest
- pytest-cov
- pytest-env
- pytest-github-actions-annotate-failures
- pytest-xdist
- rasterio
- scipy
Expand Down

0 comments on commit aa5dba0

Please sign in to comment.