Skip to content

Commit

Permalink
Workaround missing test files in env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 30, 2023
1 parent ea713a9 commit cf3dfa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions recipes/pysam/env.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
export CIBW_BEFORE_ALL_LINUX='yum install -y libcurl-devel zlib-devel bzip2-devel xz-devel && pip install cython'
export CIBW_SKIP='*-musllinux_* *-macosx_*'
# Test files are not currently included in the sdist
export CIBW_TEST_COMMAND=
export CIBW_TEST_REQUIRES=
1 change: 0 additions & 1 deletion recipes/pysam/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ run_in_sdist: true
run_in_sdist_before:
- curl -Lo htslib/hts_probe_cc.sh 'https://raw.githubusercontent.com/pysam-developers/pysam/v0.22.0/htslib/hts_probe_cc.sh'
- chmod +x htslib/hts_probe_cc.sh
- sed -i 's/^test-.*//' pyproject.toml

0 comments on commit cf3dfa2

Please sign in to comment.