Skip to content

Commit 0584320

Browse files
authored
Fix CI by removing upload artifact
- fix CI - use netcdf classic to remove hdf5 dependence
1 parent 5f6b2f5 commit 0584320

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

.github/workflows/mac.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ jobs:
6464
${{github.workspace}}/build/bin/straka-test-main.nc
6565
${{github.workspace}}/examples/2019-Li-snap/straka_output.nc
6666
67-
- uses: actions/upload-artifact@v3
68-
if: env.ARTIFACT_EXISTS == 'false'
69-
with:
70-
name: straka_output.nc
71-
path: ${{github.workspace}}/examples/2019-Li-snap/straka_output.nc
72-
7367
robert-2d:
7468
if: github.event.pull_request.draft == false
7569
runs-on: [self-hosted, macOS, ARM64]
@@ -113,12 +107,6 @@ jobs:
113107
${{github.workspace}}/build/bin/robert-test-main.nc
114108
${{github.workspace}}/examples/2019-Li-snap/robert_output.nc
115109
116-
- uses: actions/upload-artifact@v3
117-
if: env.ARTIFACT_EXISTS == 'false'
118-
with:
119-
name: robert_output.nc
120-
path: ${{github.workspace}}/examples/2019-Li-snap/robert_output.nc
121-
122110
robert-3d:
123111
if: github.event.pull_request.draft == false
124112
runs-on: [self-hosted, macOS, ARM64]
@@ -163,12 +151,6 @@ jobs:
163151
${{github.workspace}}/build/bin/robert-test-main.nc
164152
${{github.workspace}}/examples/2019-Li-snap/robert3d_output.nc
165153
166-
- uses: actions/upload-artifact@v3
167-
if: env.ARTIFACT_EXISTS == 'false'
168-
with:
169-
name: robert3d_output.nc
170-
path: ${{github.workspace}}/examples/2019-Li-snap/robert3d_output.nc
171-
172154
bryan-2d:
173155
if: github.event.pull_request.draft == false
174156
runs-on: [self-hosted, macOS]
@@ -213,9 +195,3 @@ jobs:
213195
${{github.workspace}}/examples/2019-Li-snap/test_bryan.py
214196
${{github.workspace}}/build/bin/bryan-test-main.nc
215197
${{github.workspace}}/examples/2019-Li-snap/bryan_output.nc
216-
217-
- uses: actions/upload-artifact@v3
218-
if: env.ARTIFACT_EXISTS == 'false'
219-
with:
220-
name: bryan_output.nc
221-
path: ${{github.workspace}}/examples/2019-Li-snap/bryan_output.nc

.github/workflows/main.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ jobs:
8181
${{github.workspace}}/build/bin/straka-test-main.nc
8282
${{github.workspace}}/examples/2019-Li-snap/straka_output.nc
8383
84-
- uses: actions/upload-artifact@v3
85-
if: env.ARTIFACT_EXISTS == 'false'
86-
with:
87-
name: straka_output.nc
88-
path: ${{github.workspace}}/examples/2019-Li-snap/straka_output.nc
89-
9084
robert-2d:
9185
if: github.event.pull_request.draft == false
9286
runs-on: [self-hosted, Linux, 8core]
@@ -135,12 +129,6 @@ jobs:
135129
${{github.workspace}}/build/bin/robert-test-main.nc
136130
${{github.workspace}}/examples/2019-Li-snap/robert_output.nc
137131
138-
- uses: actions/upload-artifact@v3
139-
if: env.ARTIFACT_EXISTS == 'false'
140-
with:
141-
name: robert_output.nc
142-
path: ${{github.workspace}}/examples/2019-Li-snap/robert_output.nc
143-
144132
robert-3d:
145133
if: github.event.pull_request.draft == false
146134
runs-on: [self-hosted, Linux, 8core]
@@ -189,12 +177,6 @@ jobs:
189177
${{github.workspace}}/build/bin/robert-test-main.nc
190178
${{github.workspace}}/examples/2019-Li-snap/robert3d_output.nc
191179
192-
- uses: actions/upload-artifact@v3
193-
if: env.ARTIFACT_EXISTS == 'false'
194-
with:
195-
name: robert3d_output.nc
196-
path: ${{github.workspace}}/examples/2019-Li-snap/robert3d_output.nc
197-
198180
bryan-2d:
199181
if: github.event.pull_request.draft == false
200182
runs-on: [self-hosted, Linux, 4core]
@@ -242,9 +224,3 @@ jobs:
242224
${{github.workspace}}/examples/2019-Li-snap/test_bryan.py
243225
${{github.workspace}}/build/bin/bryan-test-main.nc
244226
${{github.workspace}}/examples/2019-Li-snap/bryan_output.nc
245-
246-
- uses: actions/upload-artifact@v3
247-
if: env.ARTIFACT_EXISTS == 'false'
248-
with:
249-
name: bryan_output.nc
250-
path: ${{github.workspace}}/examples/2019-Li-snap/bryan_output.nc

0 commit comments

Comments
 (0)