mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
added pipenv to the path
This commit is contained in:
parent
d3b8a65318
commit
5e909bfc24
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ packages:
|
||||||
tasks:
|
tasks:
|
||||||
- setup: |
|
- setup: |
|
||||||
pip3 install pipenv
|
pip3 install pipenv
|
||||||
|
PATH=$PATH:/home/build/.local/bin
|
||||||
pipenv install
|
pipenv install
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
- test: |
|
- test: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue