Skip to content

Commit 52b8dab

Browse files
authored
Merge pull request #293 from wihobbs/requirements-update
github: add `--ignore-installed` to `pip install` of requirements
2 parents ade1abc + 80a8adb commit 52b8dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: >-
3939
sudo apt-get update -y &&
4040
sudo apt-get install -y python3-pip &&
41-
sudo pip3 install --upgrade -r ./requirements.txt
41+
sudo pip3 install --ignore-installed --upgrade -r ./requirements.txt
4242
4343
- name: Check Spelling
4444
uses: crate-ci/typos@7ad296c72fa8265059cc03d1eda562fbdfcd6df2 # v1.9.0

0 commit comments

Comments
 (0)