pass environment to step
This commit is contained in:
parent
629d1d451b
commit
e63fa940df
|
@ -34,7 +34,7 @@ jobs:
|
||||||
php-version: '7.2'
|
php-version: '7.2'
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run:
|
run:
|
||||||
sudo ./.github/scripts/install-bionic.sh
|
sudo -E ./.github/scripts/install-bionic.sh
|
||||||
- name: Run Python tests
|
- name: Run Python tests
|
||||||
run: |
|
run: |
|
||||||
sudo ./.github/scripts/python-pkg-install.sh
|
sudo ./.github/scripts/python-pkg-install.sh
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
php-version: '7.0'
|
php-version: '7.0'
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: sudo ./.github/scripts/install-xenial.sh
|
run: sudo -E ./.github/scripts/install-xenial.sh
|
||||||
- name: Run Python tests
|
- name: Run Python tests
|
||||||
run: |
|
run: |
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
|
|
Loading…
Reference in New Issue