michaellupo74 commited on
Commit
68fbca4
·
1 Parent(s): 89a6236

Fix postBuild shebang; install Playwright at build

Browse files
Files changed (1) hide show
  1. postBuild +2 -3
postBuild CHANGED
@@ -1,8 +1,7 @@
1
- #!/usr/bin/envset -euxo pipefail
2
-
3
  set -euxo pipefail
4
 
5
  python3 -m pip install -U pip
6
  pip install -r requirements.txt
7
  python3 -m playwright install --with-deps chromium
8
-
 
1
+ #!/usr/bin/env bash
 
2
  set -euxo pipefail
3
 
4
  python3 -m pip install -U pip
5
  pip install -r requirements.txt
6
  python3 -m playwright install --with-deps chromium
7
+ python3 -m playwright --version || true