Skip to content
This repository has been archived by the owner on Feb 26, 2025. It is now read-only.

Commit

Permalink
Uncomment the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Sep 26, 2024
1 parent 04bc94c commit 173741c
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/simulation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,27 +252,27 @@ jobs:
. ./venv/bin/activate
pytest -s -x --forked --durations=5 --durations-min=15 tests/integration-e2e
# - name: test-scientific
# run: |
# . ./venv/bin/activate
# pytest -s -x --forked --durations=5 --durations-min=15 tests/scientific

# - name: test-scientific-ngv
# run: |
# . ./venv/bin/activate
# pytest -s -x --forked --durations=5 --durations-min=15 tests/scientific-ngv

# - name: Build docs
# run: |
# . ./venv/bin/activate
# export PIP_INDEX_URL=https://bbpteam.epfl.ch/repository/devpi/simple
# sphinx-build -T -W docs docs/_build

# - name: Upload docs artifact
# uses: actions/upload-artifact@v3
# with:
# name: docs-py${{ matrix.python-version }}
# path: docs/_build
- name: test-scientific
run: |
. ./venv/bin/activate
pytest -s -x --forked --durations=5 --durations-min=15 tests/scientific
- name: test-scientific-ngv
run: |
. ./venv/bin/activate
pytest -s -x --forked --durations=5 --durations-min=15 tests/scientific-ngv
- name: Build docs
run: |
. ./venv/bin/activate
export PIP_INDEX_URL=https://bbpteam.epfl.ch/repository/devpi/simple
sphinx-build -T -W docs docs/_build
- name: Upload docs artifact
uses: actions/upload-artifact@v3
with:
name: docs-py${{ matrix.python-version }}
path: docs/_build

# - name: live debug session, comment out
# if: failure()
Expand Down

0 comments on commit 173741c

Please sign in to comment.