Skip to content

Commit

Permalink
Only test first wheel, fixes surprise bug
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 11, 2024
1 parent e1bfab3 commit c698d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-in-pyodide-with-shot-scraper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
python3 -m build

# Find name of wheel, strip off the dist/
wheel=$(basename $(ls dist/*.whl))
wheel=$(basename $(ls dist/*.whl) | head -n 1)

# Create a blank index page
echo '
Expand Down

0 comments on commit c698d00

Please sign in to comment.