Skip to content

Commit

Permalink
template-update
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Nov 14, 2023
1 parent e5f8ded commit 285bcde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
"commit": "2ad1b96a3690f2ae0fd03b69ca4067b8e1bfeadc",
"commit": "af202c60305a4e3fa11507357dc908cc49379a3d",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
with:
name: combined-environments
path: ci
- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/combined-environment-ci.yml
Expand All @@ -86,6 +89,9 @@ jobs:
with:
name: combined-environments
path: ci
- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/combined-environment-ci.yml
Expand All @@ -112,6 +118,9 @@ jobs:
with:
name: combined-environments
path: ci
- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/combined-environment-ci.yml
Expand Down Expand Up @@ -148,6 +157,9 @@ jobs:
with:
name: combined-environments
path: ci
- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
- uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/combined-environment${{ matrix.extra }}.yml
Expand Down

0 comments on commit 285bcde

Please sign in to comment.