Skip to content

Commit

Permalink
🐛 fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Oct 7, 2021
1 parent 242dbd7 commit ad4aa68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [macOs-latest, ubuntu-latest, windows-latest]
exclude:
- os: macos-latest
python-version: 3.6
- os: macOs-latest
python-version: 3.6

runs-on: ${{ matrix.os }}
name: run tests
Expand Down

0 comments on commit ad4aa68

Please sign in to comment.