Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
c28d7edc
Commit
c28d7edc
authored
Jan 06, 2020
by
SOLIMAN Sylvain
Browse files
fix test for python 3 pip
parent
63bf19a8
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c28d7edc
...
...
@@ -66,7 +66,7 @@ docker:
-
if [[ -n "$(docker images -f "dangling=true" -q)" ]] ; then docker rmi $(docker images -f "dangling=true" -q) ; fi
-
if [[ -n "$(docker images -q)" ]] ; then docker rmi $(docker images -q) ; fi
-
export IMAGE_TAG=$CI_REGISTRY_IMAGE${CI_COMMIT_TAG:+":$CI_COMMIT_TAG"}
-
docker build --no-cache -t $IMAGE_TAG --build-arg tag=${CI_COMMIT_TAG:-latest} tmpnb/lifeware_biocham/
--build-arg PYTHON_VERSION=3.7
-
docker build --no-cache -t $IMAGE_TAG --build-arg tag=${CI_COMMIT_TAG:-latest} tmpnb/lifeware_biocham/
-
docker login -u $CI_REGISTRY_USER -p $CI_JOB_TOKEN $CI_REGISTRY
-
docker push $IMAGE_TAG
-
docker rmi $IMAGE_TAG
...
...
about.pl
View file @
c28d7edc
...
...
@@ -8,7 +8,7 @@
about
/
0
]).
version
(
'4.3.
3
'
).
version
(
'4.3.
4
'
).
copyright
(
'Copyright (C) 2003-2020 Inria, EPI Lifeware, Saclay-Île de France, France'
...
...
biocham_jupyter/guinbextension/package.json
View file @
c28d7edc
{
"name"
:
"gui"
,
"version"
:
"4.3.
3
"
,
"version"
:
"4.3.
4
"
,
"description"
:
"biocham gui in jupyter notebook"
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
biocham_jupyter/kernel/biocham_kernel/__init__.py
View file @
c28d7edc
"""Example magic"""
__version__
=
'4.3.
3
'
__version__
=
'4.3.
4
'
install.sh
View file @
c28d7edc
...
...
@@ -120,7 +120,7 @@ fi
### Jupyter and python-sat
packages
=
'python-sat jupyter bokeh ipywidgets'
if
(
hash
pip3 2>/dev/null
)
||
\
(
hash
pip 2> /dev/null
)
&&
[[
"
pip --version
"
=
"*
python 3
*
"
]]
(
hash
pip 2> /dev/null
)
&&
[[
$(
pip
--version
)
=
=
*
"
python 3"
*
]]
then
python3
-m
pip
install
-U
$packages
else
...
...
web/index.html
View file @
c28d7edc
...
...
@@ -32,7 +32,7 @@
</head>
<body>
<h1>
The Biochemical Abstract Machine BIOCHAM 4
</h1>
<h1>
version 4.3.
3
, January 2020
</h1>
<h1>
version 4.3.
4
, January 2020
</h1>
<div
class=
"authors"
>
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment