Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fix "ModuleNotFoundError: No module named 'essential_generators'"
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrstn committed Nov 25, 2021
1 parent 4d764ce commit 0a06287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install flake8 pytest pytest-cov
pip install -r testing-requirements.txt
pip install -e .
- name: Lint with flake8
run: |
Expand Down
3 changes: 2 additions & 1 deletion testing-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
essential-generators
flake8
pytest
pytest-cov
essential-generators

0 comments on commit 0a06287

Please sign in to comment.