File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ name : pyarmor-smoke-test
2+ run-name : ${{ github.actor }} is testing Pyarmor
3+ on :
4+ push
5+ # create
6+
7+ jobs :
8+ # test-free-threading:
9+ # runs-on: ubuntu-latest
10+ # steps:
11+ # - run: wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor-smoke-test.tar.gz
12+ # - run: tar xzf pyarmor-smoke-test.tar.gz
13+ # - run: pip install test/pyarmor.cli.core.tar.gz
14+ # - run: pip install test/pyarmor.cli.tar.gz
15+ # - run: pip install test/pyarmor.mini.tar.gz
16+ # - run: pyarmor init test/foo.py
17+ # - run: pyarmor build --mini
18+ # - run: python3 dist/foo.py
19+ test-free-threading-macos :
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 /
24+ - run : python3.13t -v
You can’t perform that action at this time.
0 commit comments