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

Fix CI deps

parent 5c6df81b
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ install: ...@@ -29,6 +29,8 @@ install:
- pip install libnacl - pip install libnacl
- pip install requests - pip install requests
- pip install base58 - pip install base58
- pip install quamash
- pip install asyncio
- python gen_resources.py - python gen_resources.py
- python gen_translations.py - python gen_translations.py
- python setup.py build - python setup.py build
......
...@@ -15,6 +15,8 @@ pip install pylibscrypt ...@@ -15,6 +15,8 @@ pip install pylibscrypt
pip install libnacl pip install libnacl
pip install requests pip install requests
pip install base58 pip install base58
pip install quamash
pip install asyncio
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