Skip to content

Commit

Permalink
run the right test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 9, 2024
1 parent 42cb78c commit 8d6423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8d6423b

Please sign in to comment.