Skip to content

Commit 3f62d7d

Browse files
committed
reinstate test bodge
1 parent dc778ca commit 3f62d7d

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,19 @@ 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
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 --version
67+
68+
pip install -e git+https://github.com/wxtim/cylc@feat.cylc-review#egg=cylc-flow --no-deps
6269
6370
- name: install cylc-uiserver
6471
run: |

0 commit comments

Comments
 (0)