Skip to content

Commit

Permalink
quality-checks.yml: find then
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Sep 23, 2024
1 parent 4326411 commit 16204c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ jobs:
name: Packages
path: dist
- run: |
sudo apt install tree
tree .
rm -r _delb delb
test "$(ls 'dist/delb-*.whl' | wc -l)" -eq 1
test "$(find dist -name 'delb-*.whl' | wc -l)" -eq 1
ln -s dist/delb-*.whl delb.whl
just pytest
Expand Down

0 comments on commit 16204c3

Please sign in to comment.