Skip to content

Commit

Permalink
Fix typo. (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Jun 29, 2024
1 parent 2c369c9 commit e553b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/shippable/remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
force_python=""
if [[ "${version}" =~ -pypi-latest$ ]]; then
version="${version/-pypi-latest}"
echo 'force_docker_sdk_for_python_pypi: true' >> tests/integration/interation_config.yml
echo 'force_docker_sdk_for_python_pypi: true' >> tests/integration/integration_config.yml
if [ "${platform}" == "rhel" ] && [[ "${version}" =~ ^8\. ]]; then
# Use Python 3.8 on RHEL 8.x - TODO: this might be no longer necessary for high enough minor version! Check!
force_python="--python 3.8"
Expand Down

0 comments on commit e553b88

Please sign in to comment.