Skip to content

Commit 327ab8e

Browse files
Update python-app.yml
1 parent 1bc74a3 commit 327ab8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-app.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ jobs:
1212
uses: actions/setup-python@v5
1313
with:
1414
python-version: 3.12
15-
cache: 'pip'
15+
cache: 'pip'
16+
17+
- name: Install dependencies
18+
run: pip install

0 commit comments

Comments
 (0)