Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrit committed Jun 7, 2024
1 parent 854dd96 commit 1879e7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
python-version: '3.11'
check-latest: true

- run: python --version
- run: |
python3 -c 'import platform
print(platform.system())'
- name: Fetch Python build dependencies
run: python -m pip install --user wheel
Expand Down

0 comments on commit 1879e7f

Please sign in to comment.