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 be927ed commit 8c21979Copy full SHA for 8c21979
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install and test running
55
run: |
56
pip install libpy
57
- mkdir tmp && cd tmp && python -c 'import libpy;print(libpy.__version__)
+ cd tmp && python -c 'import libpy;print(libpy.__version__)'
58
cd ..
59
60
- name: Build the docs
0 commit comments