Skip to content

Commit

Permalink
feat: change tests.yml to test different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbyte committed May 10, 2024
1 parent d120f73 commit 34c890f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:

- name: Install Requirements
run: |
pip install pytest
sudo apt-get update &&
pip install poetry &&
poetry lock &&
poetry install
- name: Run tests
run: pytest tests

0 comments on commit 34c890f

Please sign in to comment.