Skip to content

Commit f7130c0

Browse files
committed
Merge branch 'main' into feature/wfbench_updates
2 parents 196523d + 68d7ce0 commit f7130c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2980
-1330
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
10+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
1111
steps:
1212
- uses: actions/checkout@v4
1313

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ graft wfcommons/wfchef/recipes/blast
4040
graft wfcommons/wfchef/recipes/bwa/microstructures/**
4141
graft wfcommons/wfchef/recipes/bwa/microstructures
4242
graft wfcommons/wfchef/recipes/bwa
43+
graft wfcommons/wfbench/translator/templates
4344
include Makefile
4445
include bin/cpu-benchmark.cpp
45-
include bin/wfbench
46+
include bin/wfbench

0 commit comments

Comments
 (0)