Skip to content

Commit

Permalink
meson 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 7, 2023
1 parent b9b0751 commit 2f2e741
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
python -m pip install --upgrade numpy
python -m pip install . -vvv
- name: Test Before
run: |
cd /
pwd
ls
python -c "import special_functions; print(special_functions.besselk(1,1,1))"
- name: Test
run: |
python -m pip install --upgrade pytest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ jobs:
CIBW_SKIP: "pp* cp36-* cp37-* cp38-*"
CIBW_BUILD_VERBOSITY: 1
# CIBW_BEFORE_BUILD_LINUX: yum update; yum install gcc-gfortran openblas-devel.x86_64 lapack-devel.x86_64 -y; python -m pip install --upgrade pip; python -m pip install --upgrade numpy
with:
output-dir: wheelhouse
with:
output-dir: wheelhouse

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2f2e741

Please sign in to comment.