Skip to content

Commit

Permalink
bu fix in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspear committed Oct 30, 2023
1 parent 57806b5 commit 16d8fae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
# pip install numpy # temporarily dependency fix
# pip install -e .
# python setup.py build_ext --inplace --define CYTHON_TRACE
- name: Install packages
run: |
python -m pip install --upgrade pip
pip install pytest-cov
- name: Unit tests
run: |
mkdir -p test_data
Expand Down

0 comments on commit 16d8fae

Please sign in to comment.