Skip to content

Commit

Permalink
Fix CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Apr 23, 2024
1 parent 4292470 commit 8941051
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 571 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
with:
path: venv
key: ${{ runner.os }}-${{ hashFiles('requirements-tests.txt') }}
- name: Install Python testing dependencies
- name: Run the tests
run: |
python -m venv create venv
source venv/bin/activate
python -m pip install -r requirements-tests.txt
- name: Run tests
run: python -m pytest
python -m pytest
Loading

0 comments on commit 8941051

Please sign in to comment.