pass environment to step

This commit is contained in:
Kyle Robbertze 2021-05-21 16:33:50 +02:00
parent 629d1d451b
commit e63fa940df
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
php-version: '7.2'
- name: Install prerequisites
run:
sudo ./.github/scripts/install-bionic.sh
sudo -E ./.github/scripts/install-bionic.sh
- name: Run Python tests
run: |
sudo ./.github/scripts/python-pkg-install.sh
@ -67,7 +67,7 @@ jobs:
with:
php-version: '7.0'
- name: Install prerequisites
run: sudo ./.github/scripts/install-xenial.sh
run: sudo -E ./.github/scripts/install-xenial.sh
- name: Run Python tests
run: |
pip3 install --upgrade pip