Skip to content

Commit 8523617

Browse files
Fixed action
1 parent 088a4f7 commit 8523617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create_manifolds_release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
with:
1616
python-version: '3.10.11'
1717
cache: 'pip'
18-
# Currently the only dependency required for the conversion,
19-
# thus saving us some time for running the action.
20-
run: pip install numpy
18+
# Currently the only dependency required for the conversion, thus
19+
# saving us some time for running the action.
20+
- run: pip install numpy
2121

2222
- name: Run conversion script
2323
run: |

0 commit comments

Comments
 (0)