Skip to content

Commit

Permalink
fix GHA bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Feb 21, 2024
1 parent ef5179e commit fab18c0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ on:

jobs:
build-all:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: cmd

strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest, macos-14]

runs-on: ${{ matrix.os }}

steps:
- name: Checkout pyradiance
uses: actions/checkout@v4
Expand All @@ -39,7 +37,7 @@ jobs:
python-version: '3.10'

- name: Get dependencies
run: python -m pip install requests wheel auditwheel pytest
run: pip install requests wheel auditwheel pytest

- name: Build Wheels
run: python setup.py bdist_wheel
Expand Down

0 comments on commit fab18c0

Please sign in to comment.