Skip to content

Commit

Permalink
Fix Workflow Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyzu committed Apr 6, 2024
1 parent b9e99ce commit feacdcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: (Linting) Black
run: black . --check

Build Linux:
Build_Linux:
strategy:
matrix:
os: [ubuntu-latest]
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
commands: pytest

Build Windows:
Build_Windows:
strategy:
matrix:
os: [ windows-latest ]
Expand Down

0 comments on commit feacdcb

Please sign in to comment.