Skip to content

Commit d996ca5

Browse files
committed
ci: update apt sources before installing deps
1 parent 59d5725 commit d996ca5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21+
sudo apt-get update
2122
sudo apt-get install -y locales-all
2223
python -m pip install --upgrade pip
2324
python -m pip install flake8

0 commit comments

Comments
 (0)