Skip to content

Commit

Permalink
GitHub: Fix mypy options
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeryan committed Apr 2, 2024
1 parent 2f561b8 commit 2507a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run mypy (Windows)
run: |
poetry run mypy generated/nidaqmx --platform win32
poetry run mypy tests --platform-win32
poetry run mypy tests --platform win32
- name: Generate ni-daqmx files
run: |
rm -fr generated/nidaqmx
Expand Down

0 comments on commit 2507a33

Please sign in to comment.