Skip to content

Commit

Permalink
chore: list packages after installing local for test GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Feb 22, 2024
1 parent f68def9 commit 51250b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -83,14 +83,14 @@ jobs:
use-mamba: true
auto-activate-base: false

# Show installed pkg information for postmortem diagnostic
- name: List installed packages
run: mamba list

# Install the package in editable mode
- name: Install local package
run: pip install -e .

# Show installed pkg information for postmortem diagnostic
- name: List installed packages
run: mamba list

- name: Run the tests
run: >-
pytest -m "not earthdata and not issue" -ra --cov --cov-report=xml
Expand Down

0 comments on commit 51250b4

Please sign in to comment.