Skip to content

Commit f35c9aa

Browse files
Workflow fix, exclude cannot be empty (#1898)
Signed-off-by: Darby Johnston <[email protected]>
1 parent 21bd2c9 commit f35c9aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ jobs:
169169
matrix:
170170
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]
171171
python-build: ['cp39', 'cp310', 'cp311', 'cp312']
172-
exclude:
173-
# none currently
174-
# - { os: macos-latest, python-build: 'cp37' }
172+
#exclude:
173+
# none currently
174+
# - { os: macos-latest, python-build: 'cp37' }
175175
steps:
176176
- uses: actions/checkout@v4
177177

0 commit comments

Comments
 (0)