Skip to content

Commit

Permalink
Fix GHA (#647)
Browse files Browse the repository at this point in the history
* swig<4.3.0

* Update version to 1.14.2

---------

Co-authored-by: Michel Aguena <[email protected]>
  • Loading branch information
hsinfan1996 and Michel Aguena authored Nov 12, 2024
1 parent e7164d2 commit 721e2d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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 numcosmo cmake "swig<4.3.0" setuptools_scm sphinx sphinx_rtd_theme nbconvert pandoc ipython
- name: Install prereq using pip
run: |
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion clmm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
)
from . import support

__version__ = "1.14.1"
__version__ = '1.14.2'

0 comments on commit 721e2d9

Please sign in to comment.