Skip to content

Commit

Permalink
testing fix on main
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis authored Jul 2, 2024
1 parent 9d42609 commit 3fe63f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/py-build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- main
schedule:
- cron: 0 18 * * 1
workflow_dispatch:

env:
CIBW_TEST_COMMAND: pytest {project}/aicspylibczi/tests
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
with:
submodules: true

- uses: pypa/cibuildwheel@v2.17.0
- uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_BUILD: "*-${{ matrix.cibw-arch }}"
CIBW_BEFORE_ALL_LINUX: yum install -y zlib-devel libpng-devel
Expand Down

0 comments on commit 3fe63f9

Please sign in to comment.