Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Jul 19, 2024
1 parent 022eacc commit 3961e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-ipex/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
# IPEX requires setuptools for Python 3.12
- name: Install setuptools (Python 3.12)
if: ${{ env.PYTHON_VERSION == '3.12' }}
shell: bash
run: |
pip install setuptools
Expand Down

0 comments on commit 3961e7b

Please sign in to comment.