Skip to content

Commit 8c21979

Browse files
author
Gerry Manoim
committed
BLD: yaml typo in install
1 parent be927ed commit 8c21979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install and test running
5555
run: |
5656
pip install libpy
57-
mkdir tmp && cd tmp && python -c 'import libpy;print(libpy.__version__)
57+
cd tmp && python -c 'import libpy;print(libpy.__version__)'
5858
cd ..
5959
6060
- name: Build the docs

0 commit comments

Comments
 (0)