Skip to content

Commit

Permalink
updated CI workflow
Browse files Browse the repository at this point in the history
- close #209
- run cron CI only once a week
- use numkit bioconda package
  • Loading branch information
orbeckst committed Sep 9, 2021
1 parent e02c848 commit f7c0bac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI

on:
# run once a day at 4:44 UTC
# run every Sunday at 4:44 UTC
schedule:
- cron: "44 4 * * *"
- cron: "44 4 * * 0"
push:
branches:
- "master"
Expand Down Expand Up @@ -83,8 +83,7 @@ jobs:
- name: Install package dependencies
shell: bash -l {0}
run: |
mamba install six numpy scipy matplotlib pandas
python -m pip install --no-deps numkit
mamba install six numpy scipy matplotlib pandas numkit
- name: Install pytest and plugins
shell: bash -l {0}
Expand Down

0 comments on commit f7c0bac

Please sign in to comment.