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 6d7552d commit df20527Copy full SHA for df20527
.github/workflows/pyarmor-smoke-test.yml
@@ -5,9 +5,13 @@ on:
5
# create
6
7
jobs:
8
- # test-free-threading:
9
- # runs-on: ubuntu-latest
10
- # steps:
+ test-free-threading:
+ runs-on: ubuntu-latest
+ steps:
11
+ - run: sudo add-apt-repository ppa:deadsnakes
12
+ - run: sudo apt-get update
13
+ - run: sudo apt-get install python3.13-nogil
14
+ - run: python3.13t -h
15
# - run: wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor-smoke-test.tar.gz
16
# - run: tar xzf pyarmor-smoke-test.tar.gz
17
# - run: pip install test/pyarmor.cli.core.tar.gz
@@ -19,5 +23,5 @@ jobs:
19
23
test-free-threading-macos:
20
24
runs-on: macos-13
21
25
steps:
22
- - run: sudo brew install python-freethreading
26
+ - run: brew install python-freethreading
27
- run: $(brew --prefix)/bin/python3.13t -h
0 commit comments