Fix --upgrade flag to pip install command in Test Github Workflow

This commit is contained in:
Debanjum Singh Solanky
2022-08-03 20:20:34 +03:00
parent f9a10ad5ee
commit d42203d29e

View File

@@ -43,7 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -upgrade .
pip install --upgrade .
- name: Test with pytest
run: |