Skip to content

Commit acdf71e

Browse files
committed
Enable data download in github workflows
1 parent 301c041 commit acdf71e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/icon4py-test-model.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
shell: bash
5555
env:
5656
NUM_PROCESSES: auto
57-
ICON4PY_ENABLE_GRID_DOWNLOAD: false
58-
ICON4PY_ENABLE_TESTDATA_DOWNLOAD: false
57+
ICON4PY_ENABLE_GRID_DOWNLOAD: true
58+
ICON4PY_ENABLE_TESTDATA_DOWNLOAD: true
5959
PYTEST_ADDOPTS: "--durations=0"
6060
run: |
6161
uvx nox -s "test_model-${{matrix.python-version}}(basic, ${{ matrix.component }})" -- --backend=${{ matrix.backend }}
@@ -64,8 +64,8 @@ jobs:
6464
shell: bash
6565
env:
6666
NUM_PROCESSES: auto
67-
ICON4PY_ENABLE_GRID_DOWNLOAD: false
68-
ICON4PY_ENABLE_TESTDATA_DOWNLOAD: false
67+
ICON4PY_ENABLE_GRID_DOWNLOAD: true
68+
ICON4PY_ENABLE_TESTDATA_DOWNLOAD: true
6969
PYTEST_ADDOPTS: "--durations=0"
7070
run: |
7171
uvx nox -s "test_model-${{matrix.python-version}}(stencils, ${{ matrix.component }})" -- --backend=${{ matrix.backend }} --grid=icon_regional

0 commit comments

Comments
 (0)