Skip to content

Commit 7898e0d

Browse files
Merge pull request #589 from MetRonnie/actions
Fix endless pip backtracking for nightly
2 parents 78c2f3c + ae696b1 commit 7898e0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
- name: install libs to document
5858
uses: ./docs/.github/actions/install-libs
5959
with:
60+
# NOTE: these need to be manually updated as necessary:
61+
cylc-flow-tag: '8.1.x'
62+
# cylc-rose-tag:
63+
# cylc-uis-tag:
6064
metomi-rose-tag: '2.0.x'
6165

6266
- name: checkout gh-pages branch

0 commit comments

Comments
 (0)