Skip to content

Commit

Permalink
Update dependency installation for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicahearn committed Oct 22, 2024
1 parent 29ef8b0 commit af56d76
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: |
python -m pip install --upgrade pip setuptools wheel coverage
pip install -r requirements.txt
python3 -m pip3 install --upgrade pip3 setuptools wheel coverage
pip3 install -r requirements.txt
- name: Set ENV for codeclimate (pull_request)
continue-on-error: true
run: |
Expand Down

0 comments on commit af56d76

Please sign in to comment.