Skip to content

Commit

Permalink
Do not fail on pip check (#1550)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Prevents upstream testing from failing on pip check
* Don't run xclim like a Python module

### Does this PR introduce a breaking change?

No.
  • Loading branch information
Zeitsperre authored Dec 6, 2023
2 parents 6f75016 + 8e5752c commit b905e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Check versions
run: |
conda list
python -m xclim show_version_info
python -m pip check
xclim show_version_info
python -m pip check || true
- name: Run Tests
if: success()
id: status
Expand Down

0 comments on commit b905e55

Please sign in to comment.