diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 623874df9..f9d44451d 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -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 @@ -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