Skip to content

Commit 8d8d179

Browse files
committed
Add testings and working Julia
1 parent df5ee5c commit 8d8d179

File tree

18 files changed

+832
-423
lines changed

18 files changed

+832
-423
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: ["*"]
66
schedule:
7-
- cron: "0 5 * * WED"
7+
- cron: "0 5 * * WED" # Every Wed at 05:00
88

99
jobs:
1010
run:
@@ -37,6 +37,4 @@ jobs:
3737
julia --project=benchmarks -e 'using Pkg; Pkg.instantiate()'
3838
- name: Run benchmarks
3939
run: |
40-
cd benchmarks
41-
cp config.testing.yaml config.yaml
42-
snakemake --cores all
40+
python benchmarks/test.py

0 commit comments

Comments
 (0)