Skip to content

Commit

Permalink
[MISC] Fix CI flow for mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Aedial committed May 21, 2023
1 parent 682d8d6 commit e46aac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: |
pip install nox
pip install poetry
- name: Test
run: |
poetry install
poetry run nai-test-mock
test:
Expand Down

0 comments on commit e46aac0

Please sign in to comment.