Tweaks to test scripts, refs #1737

pull/1740/head
Simon Willison 2022-05-02 16:36:58 -07:00
rodzic 847d6b1aac
commit c0cbcf2aba
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ jobs:
key: ${{ runner.os }}-browsers
- name: Install Playwright dependencies
run: |
pip install shot-scraper
pip install shot-scraper build
shot-scraper install
- name: Run test
run: |

Wyświetl plik

@ -1,12 +1,12 @@
#!/bin/bash
set -e
# So the script fails if there are any errors
# Build the wheel
python3 -m build
# Find name of wheel
# Find name of wheel, strip off the dist/
wheel=$(basename $(ls dist/*.whl))
# strip off the dist/
# Create a blank index page
echo '