Skip to content

Commit 07c3f89

Browse files
actions: pin to metomi-rose 2.0.x
* There have been no functional changes to Rose 2.1 yet so we are skipping release. * Remove this pin when we are ready to build against Rose master again.
1 parent 4c8e559 commit 07c3f89

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787

8888
- name: install libs to document
8989
uses: cylc/cylc-doc/.github/actions/install-libs@master
90+
with:
91+
metomi-rose-tag: '2.0.x'
9092

9193
- name: create conda envs
9294
uses: ./docs/.github/actions/create-conda-envs

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656

5757
- name: install libs to document
5858
uses: ./docs/.github/actions/install-libs
59+
with:
60+
metomi-rose-tag: '2.0.x'
5961

6062
- name: checkout gh-pages branch
6163
uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
- name: install libs to document (other branches)
6565
if: github.base_ref != '8.0.x'
6666
uses: ./.github/actions/install-libs
67+
with:
68+
metomi-rose-tag: '2.0.x'
6769

6870
- name: install eslint
6971
run: |

0 commit comments

Comments
 (0)