Skip to content

Commit bcd86fd

Browse files
committed
Upgrade 2
1 parent e1d0267 commit bcd86fd

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.12"
2626
- name: Install dependencies
2727
run: |
28+
sudo apt-get update
2829
python -m pip install --upgrade pip
2930
pip install flake8 pytest
3031
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 commit comments

Comments
 (0)