Skip to content
Snippets Groups Projects
Commit 9f430233 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

ci: remove lalsuite install (already in requirements)

parent 1b5969d6
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,6 @@ before_script:
- if [[ "${PYTHON_MAJOR}" -eq 2 ]]; then apt-get -o dir::cache::archives="${APT_CACHE_DIR}" install -yqq python-voeventlib; fi
# install everything else from pip
- ${PYTHON} -m pip install -r requirements.txt
# install lalsuite for glue.ligolw
- ${PYTHON} -m pip install lalsuite
# create logs path required for tests
- mkdir -pv ../logs/
# list packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment