We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b58cdf commit c1f1903Copy full SHA for c1f1903
.github/workflows/python-app.yml
@@ -25,6 +25,7 @@ jobs:
25
python-version: "3.11"
26
- name: Install dependencies
27
run: |
28
+ set -ex
29
sudo apt-get update
30
sudo apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev
31
sudo apt-get clean
0 commit comments