Skip to content

Commit

Permalink
fix(ci/python): install python3(-devel) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent 54d6c11 commit 25fd821
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ runs:
- name: 🖥️ Enable MSVC Dev Console
uses: ilammy/msvc-dev-cmd@v1

- name: 📋 Install Dependencies
shell: bash
if: ${{ inputs.os == 'ubuntu-latest' }}
run: dnf install -y python3 python3-devel

- name: 📋 Install OpenMP
shell: bash
if: ${{ inputs.os == 'macos-latest' }}
Expand Down

0 comments on commit 25fd821

Please sign in to comment.