Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
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
Model registry
Operate
Environments
Monitor
Incidents
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
pranjal_dhole
Flatland
Commits
890d5bd0
Commit
890d5bd0
authored
5 years ago
by
u214892
Browse files
Options
Downloads
Patches
Plain Diff
#97 tox-conda #94 use miniconda instead of anaconda
parent
bcb63749
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
CONTRIBUTING.rst
+2
-0
2 additions, 0 deletions
CONTRIBUTING.rst
tox.ini
+3
-1
3 additions, 1 deletion
tox.ini
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
890d5bd0
...
...
@@ -44,7 +44,7 @@ build_and_deploy_docs:
-
tests
before_script
:
-
apt update
-
apt install -y libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev
-
apt install -y
graphviz
libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev
-
wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
-
bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
-
export PATH=/tmp/miniconda3/bin:$PATH; bash getting_started/getting_started.sh
...
...
This diff is collapsed.
Click to expand it.
CONTRIBUTING.rst
+
2
−
0
View file @
890d5bd0
...
...
@@ -70,6 +70,8 @@ Ready to contribute? Here's how to set up `flatland` for local development.
$ conda install tox
$ tox -v --recreate
This will create a virtual env you can then use.
These steps are performed if you run
$ getting_started/getting_started.bat/.sh
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
3
−
1
View file @
890d5bd0
...
...
@@ -36,6 +36,7 @@ conda_channels :
deps
=
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
changedir
=
{toxinidir}
commands
=
make
docs
...
...
@@ -57,6 +58,7 @@ conda_channels :
deps
=
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
changedir
=
{toxinidir}
commands
=
make
coverage
...
...
@@ -177,7 +179,7 @@ conda_deps =
conda_channels
:
conda-forge
anaconda
changedir
=
{
envtmpdir}/
toxinidir
changedir
=
{toxinidir
}
commands
=
jupyter
nbextension
install
--py
--sys-prefix
widgetsnbextension
jupyter
nbextension
enable
--py
--sys-prefix
widgetsnbextension
...
...
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