Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 23, 2024
1 parent aab6f19 commit d4e15a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
- name: Print build system information
run: python3 .github/workflows/system-info.py

- name: Monitoring
run: python3 -c "import sys;print(getattr(sys, 'monitoring', None))"

- name: Monitoring2
run: python3 -c "import sys;print(bool(getattr(sys, 'monitoring', None)))"

- name: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma
run: python3 -m pip install pytest pytest-cov pytest-timeout defusedxml olefile pyroma

Expand Down

0 comments on commit d4e15a0

Please sign in to comment.