Skip to content

Commit

Permalink
missed package install part of test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Apr 5, 2024
1 parent e62431d commit 0c72959
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
cache-environment: true
post-cleanup: 'all'

- name: Install package
shell: bash -l {0}
run: |
python -m pip install -e . --no-deps --force-reinstall
- name: Run Tests
shell: bash -l {0}
Expand Down

0 comments on commit 0c72959

Please sign in to comment.