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 faa4f6a commit d085a35Copy full SHA for d085a35
.github/workflows/test-runner-actions.yml
@@ -50,8 +50,8 @@ jobs:
50
# You can test your matrix by printing the current Python version
51
- name: Display Python version
52
run: python -c "import sys; print(sys.version)"
53
- - run: wget https://pyarmor.dashingsoft.com/downloads/temp/citest9988.tar.gz
54
- - run: tar xzf citest9988.tar.gz
+ - run: wget https://pyarmor.dashingsoft.com/downloads/temp/citest9989.tar.gz
+ - run: tar xzf citest9989.tar.gz
55
- run: pip install citest/pyarmor_cli_core-8.1.0-cp310-none-manylinux1_x86_64.whl
56
- run: pip install citest/pyarmor-9.2.0.tar.gz
57
- run: pyarmor reg citest/pyarmor-ci-8000.zip
0 commit comments