Skip to content

Commit

Permalink
Fix wildcard quoting.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Aug 15, 2024
1 parent 3453074 commit 6fc78f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/scripts/make-conda-env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ make_test_env() {

activate_conda_env

pip install "${ARTIFACTS_DIR}/*.whl"
pip install "${ARTIFACTS_DIR}"/*.whl

}

Expand Down

0 comments on commit 6fc78f0

Please sign in to comment.