Skip to content

Commit

Permalink
benchmarks: check poetry install for old old ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Wünsche committed Jan 23, 2024
1 parent f6fbf92 commit d357f6d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ jobs:
sudo apt update || true
sudo apt --yes --no-install-recommends install python3-poetry
cd betree/haura-benchmarks/haura-plots
poetry install
foo=$(poetry install)
if [ "$?" != 0 ]
then
poetry lock
poetry install
fi
poetry run plots ../results/*
rm -rf results

0 comments on commit d357f6d

Please sign in to comment.