Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Aug 9, 2023
1 parent 0785ae5 commit ada84ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: pytest --cov --cov-report=xml chatnoir_api tests examples
- name: "📤 Upload coverage to Codecov"
uses: codecov/codecov-action@v3
if: matrix.python == '3.9'
if: matrix.python == '3.11'
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ada84ea

Please sign in to comment.