Skip to content

Commit

Permalink
Update pip in testing to prevent GH action errors
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Jul 12, 2024
1 parent 24f4ca7 commit ae9b622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Install Python Dependencies
shell: bash
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install -r test-requirements.txt
- name: Run Tests
Expand Down

0 comments on commit ae9b622

Please sign in to comment.