anki/scripts/run-qt5.15
Damien Elmes a14eb6a1e8 improve PyQt install
- use a single script for all PyQt versions
- add hashes
- add a new ./run-qt5.14 script for testing with PyQt5.14
2021-10-23 10:56:17 +10:00

7 lines
97 B
Bash
Executable File

#!/bin/bash
set -e
export PYTHONWARNINGS=default
bazel run $BUILDARGS //qt:runanki_qt515 -- $*