Skip to content

Commit

Permalink
chore: add yarn install to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BallardRobinett committed Feb 13, 2024
1 parent 419e939 commit 16cdf93
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 122 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install yarn dependencies
run: |
yarn install
- name: Test with pytest
run: |
pytest
Loading

0 comments on commit 16cdf93

Please sign in to comment.