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 50b88ac commit 20d768eCopy full SHA for 20d768e
.github/workflows/codecov.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Export API key
33
env:
34
FRED_API_KEY: ${{ secrets.FRED_API_KEY }}
35
- run: echo "FRED_API_KEY=$FRED_API_KEY" >> $GITHUBB_ENV
+ run: echo "FRED_API_KEY=$FRED_API_KEY" >> $GITHUB_ENV
36
37
- name: Run Unit Tests
38
run: pytest full_fred/tests
0 commit comments