Skip to content
Snippets Groups Projects
Commit d0a310d7 authored by inso's avatar inso
Browse files

Fix CI

parent 7f36331f
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ install: ...@@ -57,6 +57,7 @@ install:
- pip install base58 - pip install base58
- pip install quamash - pip install quamash
- pip install asyncio - pip install asyncio
- pip install git+https://github.com/Insoleet/pretenders.git@develop
- python gen_resources.py - python gen_resources.py
- python gen_translations.py - python gen_translations.py
- python setup.py build - python setup.py build
......
...@@ -17,6 +17,7 @@ pip install requests ...@@ -17,6 +17,7 @@ pip install requests
pip install base58 pip install base58
pip install quamash pip install quamash
pip install asyncio pip install asyncio
pip install git+https://github.com/Insoleet/pretenders.git@develop
python gen_resources.py python gen_resources.py
if %errorlevel% neq 0 exit /b 1s if %errorlevel% neq 0 exit /b 1s
......
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