Skip to content

Commit

Permalink
Add python source build
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Oct 15, 2024
1 parent f6ad3c6 commit f865309
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: Install/Upgrade pip
shell: bash
run: |
$LOCAL_PYTHON -m ensurepip
$LOCAL_PYTHON -m pip install --upgrade pip
$LOCAL_PYTHON -P -m ensurepip
$LOCAL_PYTHON -P -m pip install --upgrade pip
# Make sure Visual Studio build is all in place on Windows.
- name: Setup MSVC
Expand All @@ -102,7 +102,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
$LOCAL_PYTHON -m pip install --upgrade setuptools wheel
$LOCAL_PYTHON -P-m pip install --upgrade setuptools wheel
# Build the wheel package with or without nogil suffix.
- name: Build
Expand All @@ -121,7 +121,7 @@ jobs:
- name: Install wheel
shell: bash
run: |
$LOCAL_PYTHON -m pip install build/dist/*.whl
$LOCAL_PYTHON -P -m pip install build/dist/*.whl
working-directory: ${{github.workspace}}

# Run all the tests and benchmarks.
Expand Down

0 comments on commit f865309

Please sign in to comment.