Skip to content

Commit

Permalink
Fixed import in tests and updated pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmkenney committed Jul 24, 2023
1 parent a8f19ab commit 92a759c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
- name: Install package
run: |
python --version
python setup.py build_ext -i
python -m pip install . --no-deps
- name: Python information
Expand Down
20 changes: 0 additions & 20 deletions mdaencore/tests/conftest.py

This file was deleted.

2 changes: 1 addition & 1 deletion mdaencore/tests/test_mdaencore.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# J. Comput. Chem. 32 (2011), 2319--2327, doi:10.1002/jcc.21787
#
import MDAnalysis as mda
import MDAnalysis.analysis.encore as encore
import mdaencore as encore

import importlib
import tempfile
Expand Down

0 comments on commit 92a759c

Please sign in to comment.