Skip to content

Commit 214971d

Browse files
authored
Update .github/workflows/test.yaml
1 parent 0d698f7 commit 214971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: pytest --junitxml=junit/test-results.xml --cov=ovh --cov-report=xml --cov-report=html --cov-report=lcov:coverage/cov.info
3636
- name: Coveralls GitHub Action
3737
uses: coverallsapp/[email protected]
38-
if: matrix.python-version == "3.11"
38+
if: matrix.python-version == '3.11'

0 commit comments

Comments
 (0)