Skip to content

Commit

Permalink
force-feeding pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
MK2112 committed Sep 14, 2024
1 parent 3516f13 commit 89b88c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install package
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install .[test]
- name: List installed packages
run: pip list
- name: Run tests
run: |
python -m pytest appimanage/tests
python -m pytest appimanage/tests

0 comments on commit 89b88c6

Please sign in to comment.