Skip to content

Commit c0a3764

Browse files
committed
Fix bug
1 parent 0f7ddb2 commit c0a3764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyarmor-smoke-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor_mini.tar.gz
1515
- run: tar xzf pyarmor_mini.tar.gz
1616
- run: cp linux.x86_64/libs/cp3.13t/pyarmor_minit.so .
17-
- run: python3.13t -c "import pyarmor_mini"
17+
- run: python3.13t -c "import pyarmor_minit"
1818
# - run: wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor-smoke-test.tar.gz
1919
# - run: tar xzf pyarmor-smoke-test.tar.gz
2020
# - run: pip install test/pyarmor.cli.core.tar.gz
@@ -30,4 +30,4 @@ jobs:
3030
- run: curl -O https://pyarmor.dashingsoft.com/downloads/temp/pyarmor_mini.tar.gz
3131
- run: tar xzf pyarmor_mini.tar.gz
3232
- run: cp darwin.x86_64/libs/cp3.13t/pyarmor_minit.so .
33-
- run: $(brew --prefix)/bin/python3.13t -c "import pyarmor_mini"
33+
- run: $(brew --prefix)/bin/python3.13t -c "import pyarmor_minit"

0 commit comments

Comments
 (0)