Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bvpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MOSAIC
bvpy
Commits
e5e87ff3
Commit
e5e87ff3
authored
1 year ago
by
PETIT Manuel
Browse files
Options
Downloads
Patches
Plain Diff
Update CI & env
parent
eee0a704
No related branches found
No related tags found
No related merge requests found
Pipeline
#946270
failed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
conda/env.yaml
+5
-4
5 additions, 4 deletions
conda/env.yaml
with
8 additions
and
7 deletions
.gitlab-ci.yml
+
3
−
3
View file @
e5e87ff3
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
conda/env.yaml
+
5
−
4
View file @
e5e87ff3
...
...
@@ -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 %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment