Skip to content

Commit

Permalink
Merge branch 'trunk' into emmanuel-device-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bengioe committed May 2, 2024
2 parents dba8ff0 + 286c301 commit dcf3e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
include:
- {name: Linux, python: '3.10', os: ubuntu-latest, tox: py310}
- {name: Windows, python: '3.10', os: windows-latest, tox: py310}
- {name: Mac, python: '3.10', os: macos-latest, tox: py310}
# Some packages fail on M1 (macos-latest) due to not having wheels and not being able to build from source
- {name: Mac, python: '3.10', os: macos-13, tox: py310}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit dcf3e99

Please sign in to comment.