Skip to content

Commit

Permalink
install fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jan 25, 2024
1 parent 3b8303c commit 441dc53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
crds_test_cache:
uses: spacetelescope/crds/.github/workflows/cache.yml@master
crds_tests:
name: CRDS (py${{ matrix.python-version }}, ${{ matrix.runs-on }})
name: CRDS (Python ${{ matrix.python-version }}, ${{ matrix.runs-on }})
needs: [ build, crds_test_cache ]
runs-on: ${{ matrix.runs-on }}
strategy:
Expand All @@ -257,8 +257,8 @@ jobs:
cache-environment-key: environment-${{ needs.build.outputs.date }}
init-shell: none
generate-run-shell: true
- run: micromamba install -y filelock parsely requests
- run: pip install roman-datamodels git+https://github.com/spacetelescope/jwst
- run: micromamba install -y filelock requests
- run: pip install parsely roman-datamodels git+https://github.com/spacetelescope/jwst
- run: pip uninstall --yes crds && ./install && pip install .[submission,test,docs,synphot]
- id: cache
uses: actions/cache@v3
Expand Down

0 comments on commit 441dc53

Please sign in to comment.