Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syn-4ck authored Jan 20, 2024
1 parent 8d4a6be commit 7f2856f
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 @@ -30,7 +30,7 @@ jobs:
path: dist

- name: Install tool
run: find dist/ -name '*.whl' -type f | xargs pip install -y
run: find dist/ -name '*.whl' -type f | xargs pip install

- name: Run tool
run: fafnir --help

0 comments on commit 7f2856f

Please sign in to comment.