Skip to content

Commit dda2d32

Browse files
authored
Update .github/actions/run-tests/action.yml
1 parent d99b334 commit dda2d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
PYTHONWARNINGS: default
3232
run: |
3333
# 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
34+
if [ "${{ inputs.os }}" == "ubuntu-latest" ] && [ "${{ inputs.python-version }}" == "3.11" ]; then
3535
export PYTHON="coverage3 run --source qaoa_training_pipeline --parallel-mode"
3636
fi
3737
stestr --test-path test run 2> >(tee /dev/stderr out.txt > /dev/null)

0 commit comments

Comments
 (0)