Skip to content

Commit

Permalink
Merge pull request #76 from SpiNNakerManchester/macos
Browse files Browse the repository at this point in the history
reenable macos
  • Loading branch information
Christian-B authored Aug 13, 2024
2 parents f076a34 + 14b05e8 commit 1a299c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
pip_installs: ${{ inputs.pip_installs }}

- name: Test with pytest
if: ${{ inputs.test_directories != '' && (matrix.runner == 'windows-latest' || matrix.runner == 'windows-2019') }}
if: ${{ inputs.test_directories != ''}}
env:
SPALLOC_USER: ${{ secrets.SPALLOC_USER }}
SPALLOC_PASSWORD: ${{ secrets.SPALLOC_PASSWORD }}
Expand Down

0 comments on commit 1a299c1

Please sign in to comment.