Skip to content

Commit

Permalink
Only setup python when codecov is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jun 8, 2024
1 parent 51ab7c5 commit a64aa8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ jobs:

- name: Setup python
uses: actions/setup-python@v5
if: always() && matrix.codecov
with:
python-version: '3.x'

Expand Down

0 comments on commit a64aa8b

Please sign in to comment.