Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 31, 2025
1 parent 2736bc3 commit 0ce0aeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: install packages with conda
shell: bash -el {0}
environment:
env:
POETRY_HOME: /opt/poetry
run: |
conda install -c conda-forge astromatic-source-extractor astromatic-scamp astromatic-swarp astromatic-psfex astrometry=0.95 gsl wcstools
Expand Down Expand Up @@ -116,6 +116,8 @@ jobs:
# First make sure the doc tests are up to date
- name: Run doc tests
shell: bash -el {0}
env:
POETRY_HOME: /opt/poetry
run: |
$POETRY_HOME/bin/poetry run make -C docs/ doctest
Expand Down

0 comments on commit 0ce0aeb

Please sign in to comment.