mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
cd to right folder
This commit is contained in:
parent
33f941e088
commit
d0ce5ee7a5
@ -25,9 +25,12 @@ jobs:
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init --path)"
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
pip install -r requirements.txt
|
||||
python setup.py develop
|
||||
pushd bin >/dev/null
|
||||
pip install -r requirements.txt
|
||||
python setup.py develop
|
||||
popd >/dev/null
|
||||
- name: Build deps
|
||||
run: |
|
||||
./bin/build_deps.sh
|
||||
|
Loading…
Reference in New Issue
Block a user