Skip to content

Commit

Permalink
Updates pip before UEDGE install on build wheel action
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 10, 2024
1 parent 8e5b466 commit e83e362
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build wheel files

on: [push, pull_request]

Expand All @@ -16,8 +16,10 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.5
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
python -m pip install cibuildwheel==2.16.5
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit e83e362

Please sign in to comment.