1
1
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:
Tae Won Ha 2021-12-12 17:12:10 +01:00
parent 33f941e088
commit d0ce5ee7a5
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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