Skip to content

Commit

Permalink
Fix attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed Aug 9, 2024
1 parent 513a534 commit 41c1b90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ jobs:
run: |
echo "MACOS_DEPLOYMENT_TARGET=10.14" >> $GITHUB_ENV
- name: Build and install
run: pip install pytest numpy scipy
pip install --verbose .
- name: Build and install Cholespy
run: python -m pip install .

- name: Install test dependencies
run: python -m pip install pytest numpy scipy

- name: Test
run: python -m pytest tests

0 comments on commit 41c1b90

Please sign in to comment.