Skip to content

Commit

Permalink
remove --importmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Oct 20, 2023
1 parent b332287 commit c20f137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
pip install -r requirements/requirements-tests.txt
pip install pytest
pip install pytest-cov coveralls
pip install .
pip install -e .
- name: List packages
run: |
activate base
Expand All @@ -349,7 +349,7 @@ jobs:
- name: Test with pytest
run: |
activate base
pytest --cov=elephant --import-mode=importlib
pytest --cov=elephant
# ____
# | _ \ ___ ___ ___
Expand Down

0 comments on commit c20f137

Please sign in to comment.