Skip to content

Commit

Permalink
trying to debug pip install issue in CI test by
Browse files Browse the repository at this point in the history
forcing an update to setuptools before pip install
  • Loading branch information
matthew-w-lundy committed Jan 8, 2024
1 parent 578ec0d commit a5b3ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/vegas_docker_test_runs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export LANG=C.UTF-8
set -e

echo "Installing v2dl3-vegas..."
pip install --upgrade pip setuptools wheel
pip install .

# ---------- TEST RUNS -----------
Expand Down

0 comments on commit a5b3ea7

Please sign in to comment.