https://github.com/cylc/setup-cylc
A GitHub action to install Cylc.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.9%) to scientific vocabulary
Keywords
Repository
A GitHub action to install Cylc.
Basic Info
- Host: GitHub
- Owner: cylc
- License: bsd-3-clause
- Default Branch: main
- Size: 5.86 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
- Releases: 1
Topics
Metadata Files
README.md
Setup Cylc Action
A GitHub action to install Cylc (and optionally Rose).
This action uses micromamba to install Cylc (and optionally Rose) into an
environment called cylc. It puts the cylc, isodatetime (and optionally
rose) commands in $PATH so they can be called by later steps in your
workflow.
This action runs on the Linux and Mac OS runners (but not Windows).
Example Workflow
```yaml jobs: test: runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Cylc
uses: cylc/setup-cylc@v1
with:
cylc_rose: true
- name: Run Cylc Tests
run: |
cylc validate ./my-workflow
cylc lint ./my-workflow
- name: Run Rose Tests
run: |
rose macro -V -C ./my-workflow
rose metadata-check -C ./my-workflow/meta
rose metadata-check -C ./my-workflow/app/my-app/meta
```
Options
cylc_version [default 8]
The version of Cylc to install e.g:
```
install the latest version of Cylc 8
cylc_version: 8
install the latest version of Cylc 8.1
cylc_version: 8.1
install Cylc 8.1.1
cylc_version: 8.1.1 ```
cylc_rose [default false]
Install Rose along with Cylc Rose support.
Owner
- Name: The Cylc Workflow Engine
- Login: cylc
- Kind: organization
- Email: hilary.oliver@niwa.co.nz
- Location: Wellington, New Zealand
- Website: https://cylc.github.io
- Repositories: 20
- Profile: https://github.com/cylc
A workflow engine for cycling systems.
GitHub Events
Total
- Create event: 1
- Release event: 1
- Issues event: 2
- Issue comment event: 1
- Push event: 1
- Pull request event: 1
- Pull request review event: 2
- Fork event: 1
Last Year
- Create event: 1
- Release event: 1
- Issues event: 2
- Issue comment event: 1
- Push event: 1
- Pull request event: 1
- Pull request review event: 2
- Fork event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 2
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 2 months
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 2 months
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- oliver-sanders (2)
Pull Request Authors
- oliver-sanders (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ./ * composite
- actions/checkout v4 composite
- mamba-org/setup-micromamba v1 composite
- mamba-org/setup-micromamba v1 composite