Skip to content

Commit c9f4785

Browse files
committed
updates CI
1 parent af61ea0 commit c9f4785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Upload coverage to Codecov
5858
uses: codecov/codecov-action@v5
59-
if: ${{ success() && matrix.python-version == 3.12 }}
59+
if: ${{ success() && matrix.python-version == '3.12' }}
6060
with:
6161
env_vars: OS
6262
name: codecov-pytest-order

0 commit comments

Comments
 (0)