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.
2 parents ba2a795 + e8ccb03 commit fdabacaCopy full SHA for fdabaca
buildspec.yml
@@ -11,7 +11,7 @@ phases:
11
12
# run integration tests
13
- start_time=`date +%s`
14
- - execute-command-if-has-matching-changes "python3.8 -u ci-scripts/queue_build.py" "tests/integ" "tests/scripts" "tests/data" "tests/conftest.py" "tests/__init__.py" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"
+ - execute-command-if-has-matching-changes "python3.7 -u ci-scripts/queue_build.py" "tests/integ" "tests/scripts" "tests/data" "tests/conftest.py" "tests/__init__.py" "src/*.py" "setup.py" "setup.cfg" "buildspec.yml"
15
- ./ci-scripts/displaytime.sh 'build queue' $start_time
16
17
0 commit comments