Skip to content

Commit

Permalink
quote find iname patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstavenger-pnnl committed Dec 11, 2024
1 parent 25a250a commit 215fa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jupyter-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: set-matrix
run: echo "matrix=$(find . -iname tutorials/**/*.ipynb -not -iname *bose-hubbard* -printf '%P\n' | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
run: echo "matrix=$(find . -iname 'tutorials/**/*.ipynb' -not -iname '*bose-hubbard*' -printf '%P\n' | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
notebook:
needs: list-notebooks
runs-on: ubuntu-latest
Expand Down

0 comments on commit 215fa00

Please sign in to comment.