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 b22c440 commit 96082e2Copy full SHA for 96082e2
.github/workflows/ci.yml
@@ -24,8 +24,8 @@ jobs:
24
python-version: ${{ matrix.python-version }}
25
- name: Install utilities
26
run: |
27
- apt-get -qq -y update
28
- apt-get -qq -y install shellcheck
+ sudo apt-get -qq -y update
+ sudo apt-get -qq -y install shellcheck
29
- name: Install dependencies
30
31
python -m pip install --upgrade pip setuptools wheel
0 commit comments