Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e5e87ff3 authored by PETIT Manuel's avatar PETIT Manuel
Browse files

Update CI & env

parent eee0a704
No related branches found
No related tags found
No related merge requests found
Pipeline #946270 failed
......@@ -40,12 +40,12 @@ coverage:
image: continuumio/miniconda3
script:
# Install required 'libgl1' system dependency:
- apt-get update && apt-get install libgl1 libxcursor1 -y
- apt-get update && apt-get install libgl1 -y
# Install faster solver 'conda-libmamba-solver' & set it as default solver:
# - conda install -y -n base -c conda-forge conda-libmamba-solver
# - conda config --set solver libmamba
# Create 'bvpy' conda environment & activate it:
- conda create -y -n bvpy -c conda-forge "python=3.9" "fenics=2019.1" "python-gmsh=4.11.1"
- conda env create --file conda/env.yaml
- source activate bvpy
# Install `bvpy` from sources:
- python -m pip install -e .[test]
......@@ -101,7 +101,7 @@ pages:
# - conda config --set solver libmamba
# Create 'bvpy' conda environment & activate it:
- conda create -y -n bvpy -c conda-forge "python=3.9" "fenics=2019.1" "python-gmsh=4.11.1"
- conda activate bvpy
- source activate bvpy
# Install `bvpy` package (from sources):
- python -m pip install -e .[doc]
# Build the documentation:
......
......@@ -8,7 +8,8 @@ channels:
- defaults
dependencies:
- python {{ project.get('requires-python') }}
- python-gmsh=4.11
{% for dep in deps %}
- {{ dep }}
{% endfor %}
- python-gmsh=4.11.1
- fenics=2019.1.0
# {% for dep in deps %}
# - {{ dep }}
# {% endfor %}
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