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 c8b2e78 commit 25ec1f3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,13 @@ jobs:
scamp -v
sex -v
solve-field --version
pip install --upgrade pip poetry
poetry install --with dev
pip install --upgrade pip
# Poetry install with poetry in an isolated environment
export POETRY_HOME=/opt/poetry
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry==2.0.0
$POETRY_HOME/bin/poetry --version
$POETRY_HOME/bin/poetry install --with dev
# Set up astrometry.net
- name: astrometry.net index files
Expand Down

0 comments on commit 25ec1f3

Please sign in to comment.