Skip to content

Commit eb63091

Browse files
Update python-app.yml
1 parent 766b03a commit eb63091

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/python-app.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222

2323

2424

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

30-
- name: Run tests
31-
run: |
32-
python test_script.py
30+

0 commit comments

Comments
 (0)