diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3fa7a23d8..413a22872 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: - name: Python 3.6 Coverage run: | - if [[ $(python3 --version | grep "3.6") ]]; then ./qa/bin/functional run; fi + if [[ $(python3 --version | grep "3.6") ]]; then ./qa/bin/functional-3.6 run; fi # - name: Coveralls # run: |