Skip to content

Commit

Permalink
Try different version for comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Apr 25, 2024
1 parent 4f92342 commit 5f289c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yml
@@ -1,4 +1,4 @@
# This workflow installs the package on several OS/Python versions and runs the tests
# This workflow installs the package on several OS & Python versions and runs the tests
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: pytest
Expand All @@ -16,7 +16,8 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest-large # use non-Arm64 version for now due to failing numpy
# use non-Arm64 version for now due to failing numpy
- macos-latest-large
python-version:
- '3.10'
- '3.11'
Expand Down

0 comments on commit 5f289c4

Please sign in to comment.