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 8, 2023
1 parent b871bc6 commit 379e8e1
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/test-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
max-parallel: 5
matrix:
python-version:
- "3.7"
# - "3.7" # conda takes forever to install the dependencies
- "3.8"
- "3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -65,17 +67,17 @@ jobs:
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# - name: Test with pytest
# shell: bash -el {0}
# run: |
# echo "which conda"
# type conda
# 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 with pytest
shell: bash -el {0}
run: |
echo "which conda"
type conda
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
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 379e8e1

Please sign in to comment.