Skip to content

Commit

Permalink
fix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Feb 8, 2024
1 parent 4e6f46f commit e184ef6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
yum -y install glibc-headers glibc-devel unzip
eval $(/cvmfs/icecube.opensciencegrid.org/${{matrix.cvmfs}}/setup.sh)
export PATH=${HOME}/.local/bin:${PATH}
pip install --upgrade --user meson ninja pytest pytest-tap pluggy>=1.4.0
pip install --upgrade --user --ignore-installed meson ninja pytest pytest-tap pluggy>=1.4.0
CMAKE_PREFIX_PATH=${SROOT} BOOST_ROOT=${SROOT} meson setup build /nuflux
meson test -Cbuild
cvmfs_pyproject_tests:
Expand All @@ -133,7 +133,7 @@ jobs:
run: |
yum -y install glibc-headers glibc-devel
eval $(/cvmfs/icecube.opensciencegrid.org/${{matrix.cvmfs}}/setup.sh)
python3 -m pip install --upgrade --user pip pytest pluggy>=1.4.0
python3 -m pip install --upgrade --user --ignore-installed pip pytest pluggy>=1.4.0
BOOST_ROOT=${SROOT} python3 -m pip install --user --verbose /nf
python3 -m pytest /nf
publish-test-results:
Expand All @@ -142,6 +142,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
contents: read
if: always()
steps:
- name: Download Artifacts
Expand Down

0 comments on commit e184ef6

Please sign in to comment.