Skip to content

Commit

Permalink
Drop test from pyproject.toml since tests are missing from sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Nov 29, 2023
1 parent 40ac0f5 commit 1b64395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions recipes/pysam/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ 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
2 changes: 1 addition & 1 deletion wheel_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# Generate the commands to run
check_commands = []
commands = []
env_file = os.path.join(os.getcwd(), folder, "env.sh")
env_file = os.path.join(folder, "env.sh")
if os.path.exists(env_file):
commands.append(f". '{env_file}'")

Expand Down

0 comments on commit 1b64395

Please sign in to comment.