Skip to content

Commit

Permalink
Update petagraph_qc_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 9, 2023
1 parent e7550fb commit 46f72af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/petagraph_qc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-tests.txt
- shell: bash
env:
SUPER_SECRET: ${{ secrets.SuperSecret }}
run: |
example-command "$SUPER_SECRET"
- name: Test with pytest
run: |
cd tests;
Expand Down

0 comments on commit 46f72af

Please sign in to comment.