Skip to content

Commit a8a9ad8

Browse files
authored
Update issue1096.yml
1 parent 2256a4e commit a8a9ad8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/issue1096.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
echo "[global]" > ~/.pip/pip.conf
2323
echo "index-url = https://github.com/gowridurgad/java-sapmachine" >> ~/.pip/pip.conf
2424
25-
- name: Install Dependencies (Skip Pip Upgrade)
26-
run: |
27-
pip install --no-upgrade pip setuptools
25+
- name: Install dependencies
26+
run: pip install -r requirements.txt
27+
28+

0 commit comments

Comments
 (0)