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 2b21269 commit 3310f14Copy full SHA for 3310f14
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Upload to Codecov
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/[email protected].1
+ uses: codecov/[email protected].2
53
with:
54
name: ebp-qbt-pytests-py3.7
55
flags: pytests
0 commit comments