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 d99b334 commit dda2d32Copy full SHA for dda2d32
.github/actions/run-tests/action.yml
@@ -31,7 +31,7 @@ runs:
31
PYTHONWARNINGS: default
32
run: |
33
# run slow tests only on scheduled event or if input flag is set
34
- if [ "${{ inputs.os }}" == "ubuntu-latest" ] && [ "${{ inputs.python-version }}" == "3.10" ]; then
+ if [ "${{ inputs.os }}" == "ubuntu-latest" ] && [ "${{ inputs.python-version }}" == "3.11" ]; then
35
export PYTHON="coverage3 run --source qaoa_training_pipeline --parallel-mode"
36
fi
37
stestr --test-path test run 2> >(tee /dev/stderr out.txt > /dev/null)
0 commit comments