Skip to content

Commit c1f1903

Browse files
committed
set -ex
1 parent 2b58cdf commit c1f1903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python-version: "3.11"
2626
- name: Install dependencies
2727
run: |
28+
set -ex
2829
sudo apt-get update
2930
sudo apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev
3031
sudo apt-get clean

0 commit comments

Comments
 (0)