Skip to content

Commit

Permalink
Test in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Oct 19, 2024
1 parent bb2db97 commit 6a858dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run tests
# Run the tests directly from the source dir so support files (eg, .wav files etc)
# can be found - they aren't installed into the Python tree.
run: python pywin32_testall.py -v -skip-adodbapi
run: python -X dev pywin32_testall.py -v -skip-adodbapi

- name: Build wheels
run: |
Expand Down

0 comments on commit 6a858dc

Please sign in to comment.