We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2256a4e commit a8a9ad8Copy full SHA for a8a9ad8
.github/workflows/issue1096.yml
@@ -22,6 +22,7 @@ jobs:
22
echo "[global]" > ~/.pip/pip.conf
23
echo "index-url = https://github.com/gowridurgad/java-sapmachine" >> ~/.pip/pip.conf
24
25
- - name: Install Dependencies (Skip Pip Upgrade)
26
- run: |
27
- pip install --no-upgrade pip setuptools
+ - name: Install dependencies
+ run: pip install -r requirements.txt
+
28
0 commit comments