Skip to content

Commit 7b11c9f

Browse files
committed
test
1 parent 7c508c6 commit 7b11c9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-app.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323

2424

2525

26-
# - name: Install dependencies
27-
# run: |
28-
# python -m pip install --upgrade pip
29-
# pip install -r requirements.txt
26+
- name: Install dependencies
27+
run: |
28+
python -m pip install --upgrade pip
29+
pip install -r requirements.txt
3030
3131

0 commit comments

Comments
 (0)