Skip to content

Commit df2bd83

Browse files
authored
Merge pull request #1196 from spacetelescope/dependabot/github_actions/main/mamba-org/setup-micromamba-3.0.0
Bump mamba-org/setup-micromamba from 2.0.7 to 3.0.0
2 parents 0d9d71a + 0c374a0 commit df2bd83

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
path: ${{ env.CRDS_PATH }}/**/jwst*
8383
key: test-cache-${{ needs.contexts.outputs.jwst }}
8484
- if: steps.lookup-cache.outputs.cache-hit != 'true'
85-
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
85+
uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0
8686
with:
8787
environment-name: crds-testing
8888
create-args: >-

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5151
with:
5252
fetch-depth: 0
53-
- uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
53+
- uses: mamba-org/setup-micromamba@d7c9bd84e824b79d2af72a2d4196c7f4300d3476 # v3.0.0
5454
with:
5555
environment-name: crds-testing
5656
create-args: >-

test/test_build6.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ def test_query_affected_datasets_list(jwst_no_cache_state, capsys):
4141
(3, '2013-07-31 00:00:00+00:00', 'jwst_0002.pmap', 'Dark and Mask files.')
4242
(4, '2013-09-04 00:00:00+00:00', 'jwst_0003.pmap', 'Absolute Calibration (photom) additions and replacements.')
4343
(5, '2013-11-25 09:00:03+00:00', 'jwst_0005.pmap', 'set by system')
44-
(6, '2014-03-19 10:51:19+00:00', 'jwst_0012.pmap', 'Updated for META.INSTRUMENT.TYPE switch to META.INSTRUMENT.NAME
45-
New linearity files for all instruments
46-
New saturation files and rmaps for all instruments')
44+
(6, '2014-03-19 10:51:19+00:00', 'jwst_0012.pmap', 'Updated for META.INSTRUMENT.TYPE switch to META.INSTRUMENT.NAME\\r\\nNew linearity files for all instruments\\r\\nNew saturation files and rmaps for all instruments')
4745
(7, '2014-03-26 08:49:12+00:00', 'jwst_0013.pmap', 'New context jwst_0013.pmap adds Interpixel Capacitance references for all instruments.')
4846
(8, '2014-07-08 16:09:39+00:00', 'jwst_0022.pmap', 'Multiple MIRI FLAT changes, new references, added SUBARRAY as matching parameter. See diffs.')
4947
(9, '2014-07-18 11:34:48+00:00', 'jwst_0023.pmap', 'First MIRI PHOTOM reference for MIRIMAGE detector with real data.')

0 commit comments

Comments
 (0)