diff --git a/.github/workflows/create-cache.yaml b/.github/workflows/create-cache.yaml index 674e0d88..eb0c0030 100644 --- a/.github/workflows/create-cache.yaml +++ b/.github/workflows/create-cache.yaml @@ -48,32 +48,8 @@ jobs: pre-commit install --install-hooks # GitHub Actions cache of pyFV3 test data - pyFV3-data: - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v5 - - - name: Setup Python 3.11 - uses: actions/setup-python@v5 - with: - python-version: '3.11' - - - uses: actions/cache@v4 - id: cache - with: - path: pyFV3/test_data - key: ${{ env.TEST_DATA_PATH }}/dycore - lookup-only: true # don't actually download the cache - - - name: Download test_data (if not already cached) - if: steps.cache.outputs.cache-hit != 'true' - run: | - mkdir -p pyFV3/test_data && cd pyFV3/test_data - wget "${{ env.TEST_DATA_URL }}/8.1.3_c12_6ranks_standard.tar.gz" - tar -xzvf 8.1.3_c12_6ranks_standard.tar.gz - rm 8.1.3_c12_6ranks_standard.tar.gz + pyFV3_test_data: + uses: romanc/pyFV3/.github/workflows/create_cache.yml@develop - pyshield_test_data: + pySHiELD_test_data: uses: romanc/pySHiELD/.github/workflows/create_cache.yml@develop diff --git a/test.txt b/test.txt new file mode 100644 index 00000000..2194e273 --- /dev/null +++ b/test.txt @@ -0,0 +1,3 @@ +# test file + +This file is just here to test the translate test cache usage.