Skip to content
Snippets Groups Projects
Commit 00630024 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

#78 Windows test fixes

parent 822e3139
No related branches found
No related tags found
No related merge requests found
...@@ -8,16 +8,15 @@ echo "************ TESTING PREREQUISITES PYTHON3 + GIT + GIT ******************* ...@@ -8,16 +8,15 @@ echo "************ TESTING PREREQUISITES PYTHON3 + GIT + GIT *******************
git --version || goto :error git --version || goto :error
python --version || goto :error python --version || goto :error
rem deactivae in case we're in virtualenv rem deactivate in case we're in virtualenv
call deactivate call conda deactivate || call deactivate
conda --version || goto :error
@echo off @echo off
echo "************ SETUP VIRTUAL ENVIRONMENT FLATLAND *************************" echo "************ SETUP VIRTUAL ENVIRONMENT FLATLAND *************************"
@echo on @echo on
(conda info --envs | findstr flatland-rl) || conda create python=3.6 -y --name flatland-rl || goto :error (conda info --envs | findstr flatland-rl) || conda create python=3.6 -y --name flatland-rl || goto :error
call activate flatland-rl || goto :error (call conda activate flatland-rl || call activate flatland-rl) || goto :error
@echo off @echo off
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
{ {
"data": { "data": {
"application/vnd.jupyter.widget-view+json": { "application/vnd.jupyter.widget-view+json": {
"model_id": "0b92e7084e37450cbfb3855dc3a58543", "model_id": "86a323f55bb54ff78169a9c7ca63730f",
"version_major": 2, "version_major": 2,
"version_minor": 0 "version_minor": 0
}, },
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.6.5" "version": "3.6.8"
}, },
"latex_envs": { "latex_envs": {
"LaTeX_envs_menu_present": true, "LaTeX_envs_menu_present": true,
......
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