Skip to content

Commit 2b048c3

Browse files
committed
fix: update pip install command to ensure dependencies are upgraded
1 parent f979343 commit 2b048c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install -U pip
19-
python -m pip install -r requirements.txt
19+
python -m pip install -U -r requirements.txt
2020
python -m pip install .
2121
- name: Run term_info_queries_test
2222
run: |

0 commit comments

Comments
 (0)