Skip to content

Commit

Permalink
Merge pull request #956: tests: pip install without editable mode, fi…
Browse files Browse the repository at this point in the history
…x ModuleNotFoundError
  • Loading branch information
victorlin authored May 27, 2022
2 parents e204d3e + e6a749b commit 446b39d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
activate-environment: test
- run: mamba install mafft raxml fasttree iqtree vcftools
- run: mamba install biopython=${{ matrix.biopython-version }}
- run: pip install -e .[dev]
- run: pip install .[dev]
- run: conda info
- run: conda list
- run: pytest -c pytest.python3.ini --cov=augur
Expand Down
Empty file added augur/io_support/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion devel/test
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
echo Setting up Conda test environment with ${CONDA}
${CONDA} create --yes --quiet -n ${ENV_NAME} -c conda-forge -c bioconda augur
conda activate ${ENV_NAME}
python3 -m pip install -e .[dev]
python3 -m pip install .[dev]

# Run unit and functional tests.
echo Running tests
Expand Down

0 comments on commit 446b39d

Please sign in to comment.