Skip to content

Commit

Permalink
Another test dependency update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicahearn committed Oct 22, 2024
1 parent af56d76 commit e7322d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: |
python3 -m pip3 install --upgrade pip3 setuptools wheel coverage
pip3 install -r requirements.txt
python -m pip install --upgrade pip3 setuptools wheel coverage requests-mock
pip install -r requirements.txt
- name: Set ENV for codeclimate (pull_request)
continue-on-error: true
run: |
Expand Down

0 comments on commit e7322d6

Please sign in to comment.