Skip to content

Commit

Permalink
sys.executable
Browse files Browse the repository at this point in the history
  • Loading branch information
huonw committed Feb 10, 2025
1 parent 60213df commit 9cf73ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: '3.9'
- run: |
python3.9 -VV
file $(which python3.9)
file $(python3.9 -c 'import sys; print(sys.executable)')
- run: |
python3.9 -c 'import sysconfig; print(sysconfig.get_platform())'
Expand Down

0 comments on commit 9cf73ef

Please sign in to comment.