Skip to content

Commit

Permalink
test: try another method
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 18, 2024
1 parent 7078fdb commit 6873305
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ jobs:

- name: Install dependencies
run: |
cd python
python -m pip install --upgrade pip
python -m pip install pytest numpy scipy setuptools wheel
- name: Compile
with:
package-dir: ./python
run: python setup.py develop
run: cd python && python setup.py develop

- name: Test with pytest
with:
package-dir: ./python
run: python -m pytest -v -x automated_test.py
run: python -m pytest -v -x python/automated_test.py

0 comments on commit 6873305

Please sign in to comment.