Skip to content

Commit

Permalink
Merge pull request #222 from wxtim/use_install-cylc-components_action
Browse files Browse the repository at this point in the history
use install-cylc-components action
  • Loading branch information
oliver-sanders authored Apr 17, 2023
2 parents 0b1d06e + f3455ce commit db89616
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install deps
run: |
pip install 'cylc-flow[empy] @ git+https://github.com/cylc/cylc-flow@master'
pip install 'metomi-rose @ git+https://github.com/metomi/rose@master'
- name: install libs
uses: cylc/release-actions/install-cylc-components@v1
with:
cylc_flow: true
cylc_flow_opts: 'empy'
metomi_rose: true
metomi_rose_opts: 'tests'

- name: Install cylc-rose
# need editable install for coverage
Expand Down

0 comments on commit db89616

Please sign in to comment.