Skip to content

Commit

Permalink
fix 3.12 and wildcard exec win
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller authored Jun 15, 2024
1 parent dafe3e6 commit f63807e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.6 - 3.12"
python-version: "3.9 - 3.12"

- uses: actions/download-artifact@v4
with:
Expand All @@ -174,8 +174,7 @@ jobs:
- name: Setup pylon
run: |
cd pylon-installer
ren Basler-pylon-*.exe Basler-pylon.exe
.\Basler-pylon.exe /quiet /install="GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs;DataProcessing_SDK"
for %%i in (Basler*.exe) do "%%~i /quiet /install="GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs;DataProcessing_SDK"
shell: cmd

- name: Build wheels
Expand Down Expand Up @@ -214,7 +213,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.6 - 3.12"
python-version: "3.9 - 3.12"

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f63807e

Please sign in to comment.