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 02c2019 commit 741bb83Copy full SHA for 741bb83
.github/workflows/test-runner-actions.yml
@@ -39,8 +39,5 @@ jobs:
39
runs-on: ubuntu-latest
40
steps:
41
- run: pip install pyarmor.cli
42
- - run: wget http://8.218.217.13/temp/pyarmor-regfile-5068-v9.zip
43
- - run: wget http://8.218.217.13/temp/t2128.py
44
- - run: pyarmor reg pyarmor-regfile-5068-v9.zip
45
- - run: pyarmor gen --enable-bcc --obf-code 2 t2128.py
+ - run: pyarmor gen t2128.py
46
- run: python dist/t2128.py
0 commit comments