Skip to content

Commit

Permalink
pins micromamba and update the frequency for upstream-dev CI (#611)
Browse files Browse the repository at this point in the history
* pin micromamba version

* pin micromamba version

* make upstream-dev CI weekly
  • Loading branch information
kafitzgerald authored Sep 27, 2024
1 parent 9fe8b5a commit d67d3f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: setup micromamba
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-name: geocat-examples
environment-file: conda_environment.yml
cache-environment: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/upstream-dev-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI Upstream
on:
schedule:
- cron: "0 0 * * *" # daily at 00:00 UTC
- cron: "0 0 * * 0" # daily at 00:00 UTC
workflow_dispatch: # allows you to trigger the workflow run manually

concurrency:
Expand All @@ -27,6 +27,7 @@ jobs:
- name: set up environment
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.10-0'
environment-file: conda_environment.yml
create-args: >-
python=${{ matrix.python-version }}
Expand Down

0 comments on commit d67d3f0

Please sign in to comment.