We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edbd19 commit 41c1ea2Copy full SHA for 41c1ea2
.github/workflows/pyarmor-smoke-test.yml
@@ -20,5 +20,5 @@ jobs:
20
runs-on: macos-13
21
steps:
22
- run: curl -O https://www.python.org/ftp/python/3.13.1/python-3.13.1-macos11.pkg
23
- - run: sudo installer -pkg ./python-3.13.1-macos11.pkg --target /
+ - run: sudo installer -pkg ./python-3.13.1-macos11.pkg -target /
24
- run: python3.13t -v
0 commit comments