Skip to content

Commit 493ecad

Browse files
committed
[skip ci]Turn off bodge that makes branch pass tests without cylc/cylc-flow#7068 merged
1 parent dad9a37 commit 493ecad

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,12 @@ jobs:
5353
bash
5454
coreutils
5555
56-
# - name: install cylc-flow
57-
# uses: cylc/release-actions/install-cylc-components@v1
58-
# with:
59-
# cylc_flow: true
60-
# cylc_flow_opts: ''
61-
# editable_installations: true
62-
63-
- name: bodge
64-
run: |
65-
# This is a bodge to make this branch work before companion branches merged:
66-
pip install -e git+https://github.com/wxtim/cylc@feat.cylc-review#egg=cylc-flow --no-deps
56+
- name: install cylc-flow
57+
uses: cylc/release-actions/install-cylc-components@v1
58+
with:
59+
cylc_flow: true
60+
cylc_flow_opts: ''
61+
editable_installations: true
6762

6863
- name: install cylc-uiserver
6964
run: |

0 commit comments

Comments
 (0)