Skip to content

Commit

Permalink
Update GitHub actions to use pip rather than setup.py
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Ashley Pittman <[email protected]>
  • Loading branch information
ashleypittman committed Jan 23, 2024
1 parent 5551a58 commit 3676719
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions utils/ci/run_in_gha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ echo ::group::Config file after ALT_PREFIX build
cat daos.conf
echo ::endgroup::

echo ::group::Install pydaos
cd src/client
python3 setup.py install
cd -
echo ::group::Install pydaos via pip
pip install /opt/daos/lib/daos/python
echo ::endgroup::

echo ::group::Setting up daos_server_helper
Expand Down

0 comments on commit 3676719

Please sign in to comment.