Skip to content

Commit

Permalink
Removed install dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed May 31, 2024
1 parent dc843ff commit fc2432a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
#- name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# python -m pip install -r requirements.txt

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit fc2432a

Please sign in to comment.