We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeafa9 commit ade03c6Copy full SHA for ade03c6
codebuild/py311/performance_tests_mpl.yml
@@ -34,5 +34,4 @@ phases:
34
- export AWS_SESSION_TOKEN=$(echo "${TMP_ROLE}" | jq -r '.Credentials.SessionToken')
35
- aws sts get-caller-identity
36
# Run MPL-specific tests with special role
37
- - cd performance_tests/
38
- - tox -e py311-performance_tests-mpl
+ - cd performance_tests/ && tox -e py311-performance_tests-mpl
codebuild/py312/performance_tests_mpl.yml
- - tox -e py312-performance_tests-mpl
+ - cd performance_tests/ && tox -e py312-performance_tests-mpl
0 commit comments