Skip to content

Commit

Permalink
Try parameter substitution instead of parameter expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Oct 13, 2023
1 parent 3115ea6 commit d278376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/python_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ export PYARROW_TEST_PARQUET
export PYARROW_TEST_S3

# Testing PyArrow
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow
pytest -r s $(PYTEST_ARGS) --pyargs pyarrow

0 comments on commit d278376

Please sign in to comment.