Skip to content

Commit ae9b622

Browse files
committed
Update pip in testing to prevent GH action errors
1 parent 24f4ca7 commit ae9b622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Install Python Dependencies
4141
shell: bash
4242
run: |
43+
pip install --upgrade pip
4344
pip install -r requirements.txt
4445
pip install -r test-requirements.txt
4546
- name: Run Tests

0 commit comments

Comments
 (0)