Skip to content

Commit

Permalink
Pip upgrade pip, to resolve #65 in the CI environment, which now runs…
Browse files Browse the repository at this point in the history
… on a host that doesn't have libxml2 and libxslt
  • Loading branch information
casparvl casparvl committed Oct 20, 2023
1 parent f12cba8 commit 9a0fb3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/run_reframe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ source ${CI_CONFIG}
# Create virtualenv for ReFrame using system python
python3 -m venv ${TEMPDIR}/reframe_venv
source ${TEMPDIR}/reframe_venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install reframe-hpc==${REFRAME_VERSION}

# Clone reframe repo to have the hpctestlib:
Expand Down

0 comments on commit 9a0fb3d

Please sign in to comment.