Skip to content

Commit 274965f

Browse files
nh13claude
andcommitted
ci: add parameterized package to FreeBSD CI dependencies
The FreeBSD CI was failing because the parameterized Python package was not installed, but the new tests in AlignmentFilePileup_test.py require it for the @parameterized_class decorator. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4d6e755 commit 274965f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ freebsd_ci_task:
66

77
install_script: |
88
pkg install -y bcftools gmake py311-cython3 py311-mypy py311-pytest samtools
9+
pip install parameterized
910
1011
env:
1112
CC: "clang -isystem /usr/local/include"

0 commit comments

Comments
 (0)