Skip to content

Commit

Permalink
Fix build-python.yaml workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed Dec 6, 2024
1 parent cce2179 commit 9b56d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:

- name: Install required dependencies for Python
run: |
python -m pip install -U 'pip>=23.0'
pip install 'numpy>=1.20' wheel 'setuptools>=61.0' 'build~=0.10' `cmake` `pybind11`
python -m pip install -U pip
pip install 'numpy>=1.20' 'wheel' 'setuptools>=61.0' 'build~=0.10' 'cmake' 'pybind11'
- name: Install dependencies on Windows
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit 9b56d6d

Please sign in to comment.