Skip to content

Commit

Permalink
Install two additional Python packages in the GHA test job
Browse files Browse the repository at this point in the history
The `setuptools` and `wheel` packages were added to the `lint` job in
GitHub Actions and it should be duplicated for the `test` job.
  • Loading branch information
mcdonnnj authored and jsf9k committed Jul 14, 2023
1 parent c07be40 commit 2a16326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
${{ env.BASE_CACHE_KEY }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install --upgrade --requirement requirements-test.txt
- name: Download docker image artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 2a16326

Please sign in to comment.