Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xioTechnologies authored Jan 17, 2024
1 parent be67165 commit 2b2503a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
CIBW_BEFORE_TEST: pip install numpy matplotlib
CIBW_TEST_COMMAND: cd {project}/Python && python advanced_example.py no_block && python simple_example.py no_block
CIBW_TEST_COMMAND_WINDOWS: cd /D {project}/Python && python advanced_example.py no_block && python simple_example.py no_block
CIBW_TEST_SKIP: "*-macosx_arm64" # fix CI warning

- uses: actions/upload-artifact@v3
with:
name: artifacts
path: wheelhouse/*

build_sdist:
Expand All @@ -79,6 +81,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: artifacts
path: dist/*

publish:
Expand All @@ -89,6 +92,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: artifacts
path: artifacts

- name: Install dependencies
Expand Down

0 comments on commit 2b2503a

Please sign in to comment.