Skip to content

Commit

Permalink
GH Actions: export ARCH_FLAGS
Browse files Browse the repository at this point in the history
which is needed for OSX
  • Loading branch information
breznak committed Sep 24, 2019
1 parent 385966d commit 21da78c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/htmcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
pip install -r bindings/py/packaging/requirements.txt
#TODO move to top level requirements.txt
- name: build htmcore with setup.py
env:
ARCH_FLAGS: "-arch x86_64"
#TODO set ARCH_FLAGS (for OSX) in setup.py
run: |
python setup.py install --user
- name: C++ Tests
Expand Down

0 comments on commit 21da78c

Please sign in to comment.