Skip to content

Commit

Permalink
remove redundant install stanzas from cherry-picking Josh's commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Jul 16, 2024
1 parent 004428e commit 10623da
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@ jobs:
pip install --no-build-isolation --no-deps -e .
cd ..
- name: Install imSim
run:
pip install .

- name: Install test deps
run: |
conda install -y pytest pytest-xdist
pip install pytest-durations
- name: Try newer healpy
run: |
pip install healpy>=1.17.3 --upgrade
Expand Down

0 comments on commit 10623da

Please sign in to comment.