Skip to content

Commit

Permalink
- fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAlsFake committed Feb 29, 2024
1 parent 4b994b1 commit e83dd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest requests lxml bs4
pip install pytest requests lxml bs4 git+https://github.com/EchterAlsFake/eaf_base_api
- name: Test with pytest
run: |
pytest

0 comments on commit e83dd89

Please sign in to comment.