Skip to content

Commit

Permalink
continued CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed Oct 16, 2023
1 parent 43e6d77 commit 46edab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ matrix.python }}-*
CIBW_BEFORE_BUILD_LINUX: "apt-get install libblas-dev liblapack-dev"
CIBW_BEFORE_BUILD_LINUX: "yum install blas-devel lapack-devel"
CIBW_TEST_COMMAND: "python -m unittest discover -s {project}"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 46edab1

Please sign in to comment.