Skip to content

Commit

Permalink
test github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Apr 25, 2022
1 parent 2a0890b commit a789c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
#CIBW_BEFORE_BUILD_MACOS: brew install gfortran lapack openblas
#CIBW_BEFORE_BUILD_WINDOWS: xcopy ${{env.working-directory}} . /E /H /C /I
CIBW_BEFORE_ALL_LINUX: yum install -y lapack-devel blas-devel; apt-get install -y libblas-dev liblapack-dev; apk add openblas-dev; apk add lapack-dev; echo "import platform; print(platform.platform())" | python
CIBW_ARCHS_LINUX: x86_64 i686
CIBW_SKIP: "*-musllinux_*"
#working-directory: ${{env.working-directory}}

- name: Build wheels
Expand All @@ -97,7 +97,7 @@ jobs:
#CIBW_BEFORE_BUILD_MACOS: brew install gfortran lapack openblas
#CIBW_BEFORE_BUILD_WINDOWS: xcopy ${{env.working-directory}} . /E /H /C /I
CIBW_BEFORE_ALL_LINUX: yum install -y lapack-devel blas-devel; apt-get install -y libblas-dev liblapack-dev; apk add openblas-dev; apk add lapack-dev; echo "import platform; print(platform.platform())" | python
CIBW_ARCHS_LINUX: x86_64 i686
CIBW_SKIP: "*-musllinux_*"

#working-directory: ${{env.working-directory}}

Expand Down

0 comments on commit a789c93

Please sign in to comment.