Skip to content

Commit

Permalink
ECC-1793: develop binary wheel - Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Apr 18, 2024
1 parent fc6c948 commit 43cd4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/select-python-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [ ! -d "${CONDA_PY_ENV_DIR}" ]; then
fi

conda activate $CONDA_PY_ENV_DIR
conda install -y python=${{ inputs.version }} openldap
conda install -y python=$version openldap

which python3
python3 --version

0 comments on commit 43cd4ab

Please sign in to comment.