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 45379cb commit 7c9b01fCopy full SHA for 7c9b01f
.github/workflows/python-publish.yml
@@ -19,8 +19,8 @@ jobs:
19
python-version: '3.x'
20
- name: Install dependencies
21
run: |
22
- apt-get update
23
- apt-get install -y python-is-python3
+ sudo apt-get update
+ sudo apt-get install -y python-is-python3
24
python -m pip install --upgrade pip
25
python -m pip install build requests
26
- name: Build
0 commit comments