Skip to content

Commit

Permalink
Checking notebooks first in GHA.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Feb 15, 2023
1 parent e506df2 commit c005dee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install prereq
run: sudo apt-get install gobject-introspection gir1.2-glib-2.0 libgirepository1.0-dev gcc gfortran pkg-config libglib2.0-dev libgmp3-dev libmpfr-dev libgsl0-dev libfftw3-dev libopenblas-dev libflint-arb-dev libcfitsio-dev libnlopt-dev libhdf5-dev gtk-doc-tools texlive texlive-bibtex-extra texlive-science texlive-publishers tex4ht perl libxml-libxml-perl
- name: Ensure clear Jupyter Notebooks
uses: ResearchSoftwareActions/EnsureCleanNotebooksAction@1.1
- name: Autogen
run: NOCONFIGURE=yes ./autogen.sh
- name: configure
Expand All @@ -41,8 +43,6 @@ jobs:
with:
name: release
path: numcosmo-*.tar.gz
- name: Ensure clear Jupyter Notebooks
uses: ResearchSoftwareActions/EnsureCleanNotebooksAction@1.1

coveralls-gcc-ubuntu:

Expand Down Expand Up @@ -88,6 +88,8 @@ jobs:
brew install autoconf automake libtool gobject-introspection gsl gmp mpfr fftw cfitsio nlopt gfortran gtk-doc glib-utils glib
brew ls glib
brew ls glib-utils
- name: Ensure clear Jupyter Notebooks
uses: ResearchSoftwareActions/EnsureCleanNotebooksAction@1.1
- name: Autogen
run: NOCONFIGURE=yes ./autogen.sh
- name: configure
Expand All @@ -96,5 +98,3 @@ jobs:
run: make -j8
- name: make check
run: make check -j8
- name: Ensure clear Jupyter Notebooks
uses: ResearchSoftwareActions/EnsureCleanNotebooksAction@1.1

0 comments on commit c005dee

Please sign in to comment.