From 379e8e1420cd37960342a754ca897496600aa021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BCmmmerer?= Date: Wed, 8 Nov 2023 10:31:13 +0100 Subject: [PATCH] try fixing failing github test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Kümmmerer --- .github/workflows/test-package-conda.yml | 26 +++++++++++++----------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test-package-conda.yml b/.github/workflows/test-package-conda.yml index 168aa80..4cf61aa 100644 --- a/.github/workflows/test-package-conda.yml +++ b/.github/workflows/test-package-conda.yml @@ -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 @@ -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: |