Skip to content

Commit 3108d24

Browse files
committed
Fix code cov for python3.10
1 parent 19cedde commit 3108d24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
run: |
7272
uv run pytest tests/test_imports.py
7373
74+
- name: Import Codecov GPG public key
75+
run: |
76+
gpg --keyserver keyserver.ubuntu.com --recv-keys 806BB28AED779869
77+
7478
- name: Upload coverage to Codecov
7579
uses: codecov/codecov-action@v5.5.0
7680
with:

0 commit comments

Comments
 (0)