Skip to content

Commit ef329a4

Browse files
committed
Fix error in version number
1 parent d96d61d commit ef329a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shell: bash -l {0}
5858
run: |
5959
conda install -c conda-forge mamba
60-
mamba install --quiet -c conda-forge astroquery ccdproc photutils sphinx sphinxcontrib-bibtex "jupyter-book>=1.04,<2"
60+
mamba install --quiet -c conda-forge astroquery ccdproc photutils sphinx sphinxcontrib-bibtex "jupyter-book>=1.0.4,<2"
6161
conda list
6262
python -m pip install lxml_html_clean
6363
conda info -e

0 commit comments

Comments
 (0)