Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvalal committed Nov 11, 2024
1 parent ed9e4f0 commit aec10b6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
uses: mamba-org/setup-micromamba@v2.0.1
with:
environment-name: pyensmallen
create-args: >-
armadillo
ensmallen
create-args: armadillo ensmallen
init-shell: bash
generate-run-shell: true
env:
PKG_CONFIG_PATH: "/Users/runner/micromamba/envs/pyensmallen/lib/pkgconfig"
CMAKE_PREFIX_PATH: "/Users/runner/micromamba/envs/pyensmallen"

- name: Build wheels
uses: pypa/cibuildwheel@v2.19.0
Expand Down

0 comments on commit aec10b6

Please sign in to comment.