Skip to content

Commit

Permalink
ci: Fixes env
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Nov 14, 2023
1 parent c528e8c commit 4cf5824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/env_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
python -m pip install --upgrade pip poetry
poetry install
- name: Run test
env:
NAS_CREDS: ${{ secrets.NAS_CREDS }}
run: |
poetry run python -m pytest pyha_tests

0 comments on commit 4cf5824

Please sign in to comment.