Skip to content

Commit

Permalink
Remove separate notebooks build
Browse files Browse the repository at this point in the history
  • Loading branch information
adonath committed Sep 16, 2022
1 parent b3fa8d0 commit 9683e88
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,32 +84,6 @@ jobs:
if: contains(matrix.name, 'core-deps')
run: |
make test
notebooks:
name: Linux python 3.8 notebooks all-deps
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
env:
PYTEST_ADDOPTS: --color=yes -n auto --dist=loadscope
GAMMAPY_DATA: /home/runner/work/gammapy/gammapy/gammapy-datasets
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: create and activate env
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: environment-dev.yml
- name: install gammapy
run: |
pip install -e .
- name: download datasets
run: |
gammapy download datasets
- name: test notebooks
run: |
gammapy info
make test-nb
sphinx:
name: Linux python 3.8 sphinx all-deps
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9683e88

Please sign in to comment.