[CI] more arm fun

This commit is contained in:
hakril
2025-01-16 22:00:07 +01:00
parent b22c5d6055
commit 6eb31e9205
-6
View File
@@ -116,18 +116,12 @@ jobs:
- python-bitness-to-test: arm64
python-architecture: arm64
env:
pyver_str: -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}}
steps:
- uses: actions/checkout@v4
- name: Listing python versions availables
run: py -0
- name: Printing version
run: py ${{pyver_str}} -VV
- name: Testing PFW execute
run: py -${{ matrix.python-version}}-${{ matrix.python-bitness-to-test}} -c "import windows; print(windows)"