We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc778ca commit 3f62d7dCopy full SHA for 3f62d7d
.github/workflows/test.yml
@@ -53,12 +53,19 @@ jobs:
53
bash
54
coreutils
55
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
+ # - name: install cylc-flow
+ # uses: cylc/release-actions/install-cylc-components@v1
+ # with:
+ # cylc_flow: true
+ # cylc_flow_opts: ''
+ # 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
69
70
- name: install cylc-uiserver
71
run: |
0 commit comments