Skip to content

Commit

Permalink
Fix AppVeyor Python version - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed Feb 9, 2024
1 parent 36e2768 commit 93e420a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
- cmd: ver
- cmd: openssl version
- cmd: C:\%PYTHON_VERSION%\python --version
- cmd: netsh advfirewall firewall add rule name="Python 3" dir=in action=allow program="C:\%PYTHON_VERSION%\python.exe" enable=yes
- cmd: netsh advfirewall firewall add rule name="Python 3" dir=in action=allow program=C:\%PYTHON_VERSION%\python.exe enable=yes
- cmd: netsh advfirewall firewall add rule name="Open Port 1883" dir=in action=allow protocol=TCP localport=1883
- cmd: netsh advfirewall set allprofiles state off
- ps: Start-Process C:\%PYTHON_VERSION%\python -ArgumentList 'test\mqttsas.py'
Expand Down

0 comments on commit 93e420a

Please sign in to comment.