Skip to content

Commit

Permalink
Activate venv after setting PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Apr 16, 2024
1 parent c693559 commit e806b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .builds/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ tasks:
# Running the unit tests
MALLOC_OPTIONS=CFGU ninja -C build test
- test: |
source .venv/bin/activate
python3 -m pip install requests
cd rizin
export PATH=${HOME}/bin:/usr/local/bin:${PATH}
export LD_LIBRARY_PATH=${HOME}/lib:${HOME}/lib64:${LD_LIBRARY_PATH}
export PKG_CONFIG_PATH=${HOME}/lib/pkgconfig:${PKG_CONFIG_PATH}
source ../.venv/bin/activate
python3 -m pip install requests
# Workaround until the feature request is solved
# https://todo.sr.ht/~sircmpwn/builds.sr.ht/274
ln -s ${HOME}/rizin-testbins test/bins
Expand Down

0 comments on commit e806b1d

Please sign in to comment.