Skip to content

Commit

Permalink
install tool itself in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Jun 28, 2024
1 parent b59813d commit 3d88d2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
run: python -m pip install -r requirements.txt
- name: Lint
run: python -m ruff check --no-cache .
- name: Install eodash catalog itself for tests
run: python -m pip install .
- name: Test
run: cd tests && python -m pytest -p no:cacheprovider

0 comments on commit 3d88d2c

Please sign in to comment.