Skip to content

Commit

Permalink
deconda poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 22, 2024
1 parent 5c3f6b3 commit 9a19051
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
auto-update-conda: true
python-version: ${{ matrix.python-version }}

- name: Install poetry
shell: bash -el {0}
run: conda install conda-forge/label/main::poetry
# - name: Install poetry
# shell: bash -el {0}
# run: conda install conda-forge/label/main::poetry

# Runs a set of commands using the runners shell
- name: set up ssh
Expand All @@ -53,7 +53,7 @@ jobs:
- name: install packages with conda
shell: bash -el {0}
run: |
conda install -c conda-forge wcslib astromatic-source-extractor astromatic-scamp astromatic-swarp astromatic-psfex astrometry gsl
conda install -c conda-forge astromatic-source-extractor astromatic-scamp astromatic-swarp astromatic-psfex astrometry gsl
swarp -v
scamp -v
sex -v
Expand Down

0 comments on commit 9a19051

Please sign in to comment.