We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817a4ef commit 9f31094Copy full SHA for 9f31094
.github/workflows/tests.yml
@@ -51,7 +51,7 @@ jobs:
51
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 && github.repository == 'QuantEcon/quantecon-book-theme' && github.event_name == 'pull_request'
52
uses: codecov/codecov-action@v5.4.3
53
with:
54
- name: ebp-qbt-pytests-py3.7
+ name: ebp-qbt-pytests-py3.11
55
flags: pytests
56
file: ./coverage.xml
57
fail_ci_if_error: true
0 commit comments