Skip to content

Commit

Permalink
install dependencies in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed May 10, 2024
1 parent 22116e8 commit 9cd4a87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run PyTest
run: |
pip install pytest
Expand Down

0 comments on commit 9cd4a87

Please sign in to comment.