Skip to content
Snippets Groups Projects
Commit 6c0f5cda authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Disable windows CI and test_tfmad_gradient_check also on Gitlab CI

parent fc225376
Branches
Tags
No related merge requests found
Pipeline #17974 passed
# Minimal tests in windows environment ## Minimal tests in windows environment
windows: #windows:
stage: test #stage: test
except: #except:
variables: #variables:
- $ENABLE_NIGHTLY_BUILDS #- $ENABLE_NIGHTLY_BUILDS
tags: #tags:
- win #- win
script: #script:
- source /cygdrive/c/Users/build/Miniconda3/Scripts/activate #- source /cygdrive/c/Users/build/Miniconda3/Scripts/activate
- source activate pystencils_dev #- source activate pystencils_dev
- env #- env
- conda env list #- conda env list
- python -c "import numpy" #- python -c "import numpy"
- python -m pip install -e . #- python -m pip install -e .
- python setup.py test #- python setup.py test
artifacts: #artifacts:
when: always #when: always
paths: #paths:
- test-report #- test-report
- htmlcov #- htmlcov
#ubuntu: #ubuntu:
#stage: test #stage: test
......
...@@ -54,7 +54,7 @@ def test_tfmad_two_stencils(): ...@@ -54,7 +54,7 @@ def test_tfmad_two_stencils():
print(auto_diff) print(auto_diff)
@pytest.mark.skipif("TRAVIS" in os.environ, reason="Temporary skip") @pytest.mark.skipif("CI" in os.environ, reason="Temporary skip")
def test_tfmad_gradient_check(): def test_tfmad_gradient_check():
tf = pytest.importorskip('tensorflow') tf = pytest.importorskip('tensorflow')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment