Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Bakhteev committed Sep 12, 2024
1 parent bfbca68 commit 83ba1d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v2

- name: Install Dependencies
- name: Install PyTest
run: |
pip install -U pytest>=7.2.0 pytest-cov>=4.0.0
- name: Install Dependencies
run: |
pip install -U -r src/requirements.txt
- name: Testing
Expand Down

0 comments on commit 83ba1d5

Please sign in to comment.