Skip to content

Commit 3f6d979

Browse files
committed
[to be reverted]: checkout my branch
checkout `romanc/dependency-update` instead of `develop` to get the updated `requirements_dev.txt`.
1 parent fed6592 commit 3f6d979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main_unit_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
container:
2424
image: ghcr.io/noaa-gfdl/miniforge:mpich
2525
steps:
26-
- name: "External trigger: Checkout pace/develop"
26+
- name: "External trigger: Checkout pace/romanc/dependency-update"
2727
if: ${{ inputs.component_trigger }}
2828
uses: actions/checkout@v4
2929
with:
3030
submodules: 'recursive'
3131
repository: NOAA-GFDL/pace
3232
path: pace
33-
ref: develop
33+
ref: romanc/dependency-update
3434

3535
- name: "External trigger: Remove existing component in pace/develop"
3636
if: ${{ inputs.component_trigger }}

0 commit comments

Comments
 (0)