Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Jun 25, 2023
1 parent 0d28510 commit a2bfffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_helpers/run-ci.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -ex

# Set by GHA setup-python
if [[ -z "${pythonLocation}" ]]; then
if [[ -n "${pythonLocation}" ]]; then
ls -al "${pythonLocation}"
PATH="${pythonLocation}:${PATH}"
fi
Expand Down

0 comments on commit a2bfffa

Please # to comment.