Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/peekxc/pyimate
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 5, 2023
2 parents ce985cb + d9dffbd commit a8dfe45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Clang with OpenMP support
run: |
brew install --force libomp llvm
rm -rf /usr/local/bin/2to3*
sudo chown -R $(whoami) /usr/local
brew install --force libomp llvm > nul
- name: Update environment flags for Clang
run: |
export PATH="/usr/local/opt/llvm/bin:$PATH"
Expand Down Expand Up @@ -62,4 +64,4 @@ jobs:
- name: Test with pytest
run: |
python -m pytest tests/ --cov=primate --benchmark-skip
coverage report -m
coverage report -m
8 changes: 5 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Package Wheels

# on:
# release:
# branches: [ "main" ]
on:
push:
branches: ["main"]
# release:
# branches: [ "main" ]

jobs:
build_windows_wheels:
Expand Down

0 comments on commit a8dfe45

Please sign in to comment.