Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cortega26 committed May 3, 2024
1 parent a3f01f5 commit 7e888ae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Install rutificador
run: |
pip install -e .
- name: Run tests
run: |
ls
cd tests
ls
python -m pytest tests.py
python -m pytest -v tests/

0 comments on commit 7e888ae

Please sign in to comment.