Skip to content
Snippets Groups Projects
Commit 4cd367cf authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Use conda in docs CI

parent 6390aec5
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,10 @@ jobs: ...@@ -35,10 +35,10 @@ jobs:
python-version: '3.x' python-version: '3.x'
- name: "Main Script" - name: "Main Script"
run: | run: |
EXTRA_INSTALL="pybind11 numpy mako" CONDA_ENVIRONMENT=.test-conda-env-py3.yml
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/ci-support.sh
. ci-support.sh . ci-support.sh
build_py_project_in_venv build_py_project_in_conda_env
build_docs build_docs
pytest3: pytest3:
......
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