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 6948f17 commit e8ccb03Copy full SHA for e8ccb03
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