Skip to content

Commit

Permalink
Response to review
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Sep 7, 2021
1 parent a7e6ee3 commit a7cdffd
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
case: [basic, gui, rose, live-basic, live-full]
case: [basic, gui, rose]
python: [3.7, 3.8, 3.9]
steps:
- name: checkout cylc-doc
Expand Down
3 changes: 1 addition & 2 deletions src/reference/environments/basic-3.7.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: cylc-8-basic-python-3.7
# Cylc 8 without GUI installed from Conda Repos.
# Cylc 8 without GUI
channels:
- conda-forge
dependencies:
- python=3.7
- cylc-flow=8.*
- pip
8 changes: 0 additions & 8 deletions src/reference/environments/basic-3.9.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: cylc-8-basic-python-3.8
name: cylc-8-basic-python-3.7
# Cylc 8 without GUI installed from Conda Repos.
channels:
- conda-forge
dependencies:
- python=3.8
- cylc-flow=8.*
- pip
12 changes: 3 additions & 9 deletions src/reference/environments/example_envs.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Example Environments
====================

A set of possible installations of Cylc:
A set of example Conda Cylc Environments:

.. csv-table::
:header: environment, cylc, cylc uiserver, rose
Expand All @@ -16,25 +16,19 @@ Example installation commands:
conda env create -f path/to/env.yml --name "name of env"
# ..or if you haven't specified a python version in the enviroment file:
conda env create -f path/to/env.yml --name "name of env" python==<version>
Cylc 8 basic
------------

In this case we are collecting the core workflow engine.

Also demonstrates using different versions of Python.
This environment contains the core workflow engine and shows how to specify a particular version of Python.

.. literalinclude:: basic-3.7.yml
:language: YAML

Cylc 8 with UI Server
---------------------

Create an enviroment containing the workflow engine and the GUI components
from releases available on conda-forge.
An environment containing the workflow engine and the GUI components.

.. literalinclude:: gui.yml
:language: YAML
Expand Down
2 changes: 1 addition & 1 deletion src/reference/environments/gui.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cylc-8-with-gui
# Cylc 8 and the GUI installed from Conda
# Cylc 8 and the GUI
channels:
- conda-forge
dependencies:
Expand Down
9 changes: 0 additions & 9 deletions src/reference/environments/live-basic.yml

This file was deleted.

12 changes: 0 additions & 12 deletions src/reference/environments/live-full.yml

This file was deleted.

0 comments on commit a7cdffd

Please sign in to comment.