Skip to content

Commit

Permalink
Merge pull request #2600 from WardF/github-action-node-update.wif
Browse files Browse the repository at this point in the history
Update github action configuration scripts.
  • Loading branch information
WardF committed Jan 27, 2023
2 parents bb8087a + 34f64d4 commit 6676c68
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/run_tests_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

###
# libhdf5
###
- name: Cache libhdf5-${{ runner.os }}-${{ matrix.hdf5 }}
id: cache-hdf5-osx
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
use_nczarr: [ nczarr_off, nczarr_on ]
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

###
# Set Environmental Variables
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf-osx
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
use_nczarr: [ nczarr_off, nczarr_on ]
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

###
# Set Environmental Variables
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf5-osx
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
hdf5: [ 1.12.2 ]
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

###
# Set Environmental Variables
Expand All @@ -277,7 +277,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf-osx
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

###
# Set Environmental Variables
Expand All @@ -357,7 +357,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf5-osx
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/run_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install System dependencies
shell: bash -l {0}
Expand All @@ -29,7 +29,7 @@ jobs:
###
- name: Cache libhdf5-${{ matrix.hdf5 }}
id: cache-hdf5
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install System dependencies
shell: bash -l {0}
Expand All @@ -78,7 +78,7 @@ jobs:
###
- name: Cache libhdf5-parallel-${{ matrix.hdf5 }}
id: cache-hdf5
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-parallel-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
hdf5: [ 1.12.2 ]
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install System dependencies
shell: bash -l {0}
Expand All @@ -149,7 +149,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
hdf5: [ 1.12.2 ]
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install System dependencies
shell: bash -l {0}
Expand All @@ -224,7 +224,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-parallel-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install System dependencies
shell: bash -l {0}
Expand All @@ -308,7 +308,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf5
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install System dependencies
shell: bash -l {0}
Expand All @@ -388,7 +388,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf5
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-parallel-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
use_nczarr: [ nczarr_off, nczarr_on ]
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install System dependencies
shell: bash -l {0}
Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down Expand Up @@ -547,7 +547,7 @@ jobs:
use_nczarr: [ nczarr_off, nczarr_on ]
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install System dependencies
shell: bash -l {0}
Expand Down Expand Up @@ -581,7 +581,7 @@ jobs:

- name: Fetch HDF Cache
id: cache-hdf5
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/environments/${{ matrix.hdf5 }}
key: hdf5-${{ runner.os }}-${{ matrix.hdf5 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_win_cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Fix line endings
run: git config --global core.autocrlf input

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: cygwin/cygwin-install-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand Down

0 comments on commit 6676c68

Please sign in to comment.