Skip to content

Commit

Permalink
Install dependencies in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Yochien committed Aug 7, 2023
1 parent 626bc25 commit 7f7bd3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install pyyaml
- name: Test with Python unittest
run: python -m unittest

0 comments on commit 7f7bd3a

Please sign in to comment.