Skip to content

Commit

Permalink
Trying to fix CI (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpilz authored Feb 5, 2024
1 parent 72b728b commit b141d09
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/upstream-dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
- name: Install xwrf
- name: Install wps_xr
id: install
run: |
python -m pip install -e . --no-deps --force-reinstall
conda list
poetry install
- name: Run Tests
id: test
run: |
python -m pytest
poetry run pytest --cov=wps_xr --cov-report xml tests/ ||
poetry run pytest --cov=wps_xr --cov-report xml tests/
- name: Report Status
if: |
Expand Down

0 comments on commit b141d09

Please sign in to comment.