Skip to content

Commit 7248069

Browse files
committed
Fix bug
1 parent a375116 commit 7248069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 -a linux.x86_64/libs/cp3.13t/pyarmor_minit.so pyarmor_mini.so
17-
- run: python3.13t -c "import pyarmor_minit"
17+
- run: python3.13t -c "import pyarmor_mini"
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

0 commit comments

Comments
 (0)