Skip to content

Commit

Permalink
Try reverting temporary changes from PR620
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 authored Sep 30, 2024
1 parent b080e10 commit f40c65f
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,24 @@ jobs:
- name: Install prereq and NumCosmo using conda
run: |
echo "$CONDA/bin" >> $GITHUB_PATH
conda install -c conda-forge gobject-introspection pygobject numcosmo cmake swig setuptools_scm sphinx sphinx_rtd_theme nbconvert pandoc ipython
conda install -c conda-forge gobject-introspection pygobject
- name: Install prereq using pip
run: |
pip install -r requirements.txt
- name: Install the package
run: |
pip install .
# temporarily moved up due to libarchive issue - see PR 620
# - name: Install NumCosmo from conda-forge
# run: |
# conda install -c conda-forge numcosmo
- name: Install NumCosmo from conda-forge
run: |
conda install -c conda-forge numcosmo
- name: Install cluster_toolkit from source
run: |
git clone https://github.com/tmcclintock/cluster_toolkit.git
cd cluster_toolkit
pip install .
- name: Install CCL from source
run: |
# temporarily moved up due to libarchive issue - see PR 620
#conda install -c conda-forge cmake swig setuptools_scm
conda install -c conda-forge cmake swig setuptools_scm
git clone https://github.com/LSSTDESC/CCL
cd CCL
pip install --no-use-pep517 .
Expand All @@ -45,10 +43,9 @@ jobs:
pytest tests/ --ignore=cluster_toolkit/tests --cov=clmm/
env:
DISPLAY: test
# temporarily moved up due to libarchive issue - see PR 620
# - name: Install Sphinx prereq
# run: |
# conda install -c conda-forge sphinx sphinx_rtd_theme nbconvert pandoc ipython ipython_genutils
- name: Install Sphinx prereq
run: |
conda install -c conda-forge sphinx sphinx_rtd_theme nbconvert pandoc ipython ipython_genutils
- name: Analysing the code with pylint
run: |
pip install pylint
Expand Down

0 comments on commit f40c65f

Please sign in to comment.