Skip to content

Commit

Permalink
check for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
priya-kinthali committed Jan 7, 2025
1 parent efe89b3 commit b085c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
run: python -VVV

- name: Verbose sysconfig dump
if: runner.os == 'Linux' || runner.os == 'macOS'
# if: runner.os == 'Linux' || runner.os == 'macOS'
run: python ./sources/python-config-output.py
working-directory: ${{ github.workspace }}/tests

Expand Down

0 comments on commit b085c85

Please sign in to comment.