Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
Fixing Typos
  • Loading branch information
hentt30 committed Feb 19, 2022
1 parent 71c6be3 commit 8060d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
CIBW_BEFORE_BUILD: pip install --upgrade pip && pip install numpy
CIBW_BEFORE_TEST: pip install --upgrade pip && pip install pytest && pip install -r requirements.txt
CIBW_TEST_COMMAND: pytest {package}/tests
NPY_DISABLE_CPU_FEATURES:AVX512F AVX512_SKX
NPY_DISABLE_CPU_FEATURES: AVX512F AVX512_SKX

on:
push:
Expand Down

0 comments on commit 8060d03

Please sign in to comment.