Skip to content

Commit

Permalink
Fixed typo in CI whl step
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 21, 2023
1 parent 6ee8da2 commit e6a1525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: "Python wheel"

- name: Install wheel
run: pip install --find-links=. livermask-*.
run: pip install --find-links=. livermask-*
shell: bash

- name: Test CLI
Expand Down

0 comments on commit e6a1525

Please sign in to comment.