From f750a0fa7ea0ff137a2c6219427cc868a0a27c83 Mon Sep 17 00:00:00 2001 From: Julia Sloan Date: Wed, 26 Jun 2024 15:35:16 -0700 Subject: [PATCH] hardcode coupler --- .github/workflows/downstream.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index a4435da40c..3ba276a1e9 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -12,12 +12,10 @@ concurrency: jobs: test: - name: downstream ${{ package }} + name: downstream ClimaCoupler.jl runs-on: ubuntu-latest strategy: fail-fast: false - package: - - 'ClimaCoupler.jl' steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 @@ -27,9 +25,9 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: actions/checkout@v4 with: - repository: 'CliMA/${{ package }}' - path: ${{ package }} + repository: 'CliMA/ClimaCoupler.jl' + path: ClimaCoupler.jl - run: | - julia --color=yes --project=${{ package }}/experiments/ClimaEarth/ -e 'using Pkg; Pkg.instantiate()' - julia --color=yes --project=${{ package }}/experiments/ClimaEarth/ -e 'using Pkg; Pkg.develop(; path = ".")' - julia --color=yes --project=${{ package }}/experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file ${{ package }}/config/ci_configs/target_amip_albedo_function.yml --job_id target_amip_albedo_function + julia --color=yes --project=ClimaCoupler.jl/experiments/ClimaEarth/ -e 'using Pkg; Pkg.instantiate()' + julia --color=yes --project=ClimaCoupler.jl/experiments/ClimaEarth/ -e 'using Pkg; Pkg.develop(; path = ".")' + julia --color=yes --project=ClimaCoupler.jl/experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file ClimaCoupler.jl/config/ci_configs/target_amip_albedo_function.yml --job_id target_amip_albedo_function