Skip to content

Commit

Permalink
Drop Windows support (for now)
Browse files Browse the repository at this point in the history
Was failing on masks (but not images) of paper stimuli
  • Loading branch information
JorisVincent committed Mar 13, 2023
1 parent 573cdc3 commit e571c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [Ubuntu, Windows, macOS]
os: [Ubuntu, macOS]
python_version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e571c58

Please sign in to comment.