Skip to content

Commit

Permalink
split test files
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoRenaud committed Dec 5, 2024
1 parent ffe5a81 commit 129a2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [3.8, 3.10]
version: ['3.8', '3.10']

steps:
- name: Cancel Previous Runs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [3.8, 3.10]
version: ['3.8', '3.10']
include:
- os: macos-latest
CONDA_OS: osx-64
Expand Down

0 comments on commit 129a2af

Please sign in to comment.