Skip to content

Commit

Permalink
Merge pull request #257 from mwcraig/improve-dependabot
Browse files Browse the repository at this point in the history
Add manual trigger for copy workflow and update python used
  • Loading branch information
mwcraig committed Jan 30, 2024
2 parents 66f1138 + 96dd65e commit 0e51b2f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/copy_conda_packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch: # Allows manual triggering
schedule:
# Run once a day at 22:40 UTC
- cron: '55 22 * * *'
Expand All @@ -8,12 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4
- name: checkout
uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v3
- name: Install conda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.10
python-version: 3.11

- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit 0e51b2f

Please sign in to comment.