Skip to content

Commit

Permalink
do not post-cleanup (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Dec 2, 2024
1 parent 2327ac4 commit 55d847b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
micromamba-version: '2.0.4-0'
init-shell: bash
generate-run-shell: false
post-cleanup: none
- run: echo "filename=stenv-${{ runner.os }}-${{ runner.arch }}-py${{ matrix.python-version }}-${{ needs.date.outputs.date }}.yaml" >> $GITHUB_OUTPUT
id: output
- run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
cache-environment-key: environment-${{ needs.build.outputs.date }}
init-shell: bash
generate-run-shell: false
post-cleanup: none
- run: pip install pytest pytest-xdist ${{ matrix.test-dependencies }}
- if: matrix.test-extras != ''
run: pip install ${{ matrix.package }}[${{ matrix.test-extras }}]
Expand Down Expand Up @@ -165,6 +166,7 @@ jobs:
cache-environment-key: environment-${{ needs.build.outputs.date }}
init-shell: bash
generate-run-shell: false
post-cleanup: none
- run: echo "version=$(pip list | awk '$1 == "${{ matrix.package }}" {print $2}')" >> $GITHUB_OUTPUT
id: package_version
# TODO: figure out a better way to use package version when checking out a Git ref
Expand Down Expand Up @@ -229,6 +231,7 @@ jobs:
cache-environment-key: environment-${{ needs.build.outputs.date }}
init-shell: bash
generate-run-shell: false
post-cleanup: none
- run: micromamba install -y filelock requests
- run: pip install parsely roman-datamodels git+https://github.com/spacetelescope/jwst
- run: pip list
Expand Down Expand Up @@ -307,6 +310,7 @@ jobs:
cache-environment-key: environment-${{ needs.build.outputs.date }}
init-shell: bash
generate-run-shell: false
post-cleanup: none
- run: pip install pytest pytest-xdist
- run: pip list
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
Expand Down

0 comments on commit 55d847b

Please sign in to comment.