Skip to content

Commit

Permalink
fix: use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 28, 2023
1 parent c2ce156 commit 268f8d7
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 @@ -244,7 +244,7 @@ jobs:
python -m pip install --only-binary "numpy,pandas,pyarrow,numexpr"
-v . ./awkward-cpp/dist/*.whl
pytest-github-actions-annotate-failures
${{ matrix.use-default-requirements == true && "-r requirements.txt" || "" }} -c constraints-test.txt ${{ matrix.extra-pip-constraints }}
${{ matrix.use-default-requirements && '-r requirements.txt' || '' }} -c constraints-test.txt ${{ matrix.extra-pip-constraints }}
- name: Print versions
run: python -m pip list
Expand Down

0 comments on commit 268f8d7

Please sign in to comment.