Skip to content

Commit

Permalink
Add missing asana requirements to pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMarkinPPC authored Jan 18, 2024
1 parent d8c4030 commit 8e9ef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install pytest asana
pip install -e .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 8e9ef1c

Please sign in to comment.