bug(nimbus): Run should-pr.py with Python 3 (#9826)

Because:

- should-pr.py is written in Python 3; and
- the default Python on Ubuntu 20.04 is Python 2.7

This commit:

- explicitly runs should-pr.py with Python 3 in CI.

Fixes #9825
This commit is contained in:
Barret Rennie 2023-11-24 12:57:22 -05:00 коммит произвёл GitHub
Родитель 23e0a2ee9f
Коммит ce675297c1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -509,7 +509,7 @@ jobs:
git pull origin main
cp .env.sample .env
env GITHUB_BEARER_TOKEN="${GH_TOKEN}" make fetch_external_resources
if ./experimenter/bin/should-pr.py
if python3 ./experimenter/bin/should-pr.py
then
git checkout -B external-config
git add .