Skip to content

Commit

Permalink
trying mapi key from secrets for pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpasivanesan-tri committed Jan 3, 2024
1 parent a235397 commit 19e49e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/piro-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: pytest
env:
MPLBACKEND: "Agg"
PMG_MAPI_KEY: "fake_api_key"
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
run: |
pytest tests/unit_tests --color=yes --cov=piro --cov-report html:coverage_reports
- name: Coveralls
Expand Down

0 comments on commit 19e49e8

Please sign in to comment.