Skip to content

Commit

Permalink
try fixing failing github test
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kümmmerer <[email protected]>
  • Loading branch information
matthias-k committed Nov 7, 2023
1 parent 39a2b29 commit 5934940
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,12 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
echo "which conda"
type coda
conda install pytest hypothesis
echo "which python"
type python
echo "Running setup py"
python setup.py build_ext --inplace
python -m pytest --nomatlab --notheano tests
- name: test build and install
Expand Down

0 comments on commit 5934940

Please sign in to comment.