Skip to content

Commit

Permalink
better build
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Oct 3, 2024
1 parent 844718a commit c46368f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
fi
- name: Test wheel in fresh environment
#GitHub Actions runners are typically x86_64, even when you're building for ARM64
if: (runner.os == 'Linux' && matrix.arch == 'amd64') || (runner.os == 'macOS' && matrix.arch == runner.arch)
run: |
python -m venv test_env
source test_env/bin/activate
Expand Down

0 comments on commit c46368f

Please sign in to comment.