Skip to content

Commit

Permalink
Forgot tail
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 28, 2024
1 parent 3946388 commit cd74853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- run: make build python=python
- run: make test-dist python=python
- run: pip install dist/*
- run: pip install $(find dist)[qml]
- run: pip install $(find dist | tail -n 1)[qml]

0 comments on commit cd74853

Please sign in to comment.