Skip to content

Commit

Permalink
install package before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Nov 26, 2024
1 parent ccf4c0b commit 22a064c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ jobs:
tqdm \
pandas \
pytest \
make
make \
pip
- name: Install package
shell: bash -l {0}
run: |
pip install -e .
- name: Run tests
shell: bash -l {0}
Expand Down

0 comments on commit 22a064c

Please sign in to comment.