Skip to content

Commit

Permalink
Configure GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophWWagner committed Apr 7, 2023
1 parent a8201fb commit 9b50381
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies and setup build environment
run: |
python -m pip install --upgrade pip
python -m pip install --only-binary :all: ${{ matrix.pip-requires }}
- name: Build the wheels
shell: bash
env:
Expand All @@ -80,6 +76,8 @@ jobs:
CIBW_BEFORE_BUILD: "python -m pip install --only-binary :all: ${{ matrix.pip-requires }}"
FASTMAT_GENERIC: 1
run: |
python -m pip install --upgrade pip
python -m pip install --only-binary :all: ${{ matrix.pip-requires }}
cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9b50381

Please sign in to comment.