We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad9a37 commit 493ecadCopy full SHA for 493ecad
.github/workflows/test.yml
@@ -53,17 +53,12 @@ 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
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
+ - name: install cylc-flow
+ uses: cylc/release-actions/install-cylc-components@v1
+ with:
+ cylc_flow: true
+ cylc_flow_opts: ''
+ editable_installations: true
67
68
- name: install cylc-uiserver
69
run: |
0 commit comments