-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tidy up requirements * - min (available) clang tested * work without svn
- Loading branch information
Showing
5 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# Please keep in sync with /environment.yml | ||
name: Build | ||
|
||
on: [push, pull_request] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
# For creating conda environments. | ||
# Please keep in sync with .github/workflows/build.yml . | ||
# Dev env for running the example run_configs. This is Met Office oriented. | ||
name: sci-fab | ||
dependencies: | ||
- flake8 | ||
- libclang | ||
- matplotlib | ||
- mypy | ||
- libclang>=8.0.1 | ||
- python>=3.8 | ||
- pip>=21.2.4 | ||
- pytest | ||
- python-clang | ||
- pytest-cov | ||
- pytest-mock | ||
- python-clang>=8.0.1 | ||
- pip: | ||
- fparser | ||
- matplotlib | ||
- jinja2 | ||
- psyclone==2.1.0 | ||
- sphinx | ||
- sphinx_rtd_theme | ||
- svn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
These run configs live here as development aids, | ||
while we develop the code and config together. | ||
They might be moved into a separate repo. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters