Skip to content

Commit

Permalink
Merge pull request #4248 from locriandev/print-artcommon-version
Browse files Browse the repository at this point in the history
Also print out artcommon version
  • Loading branch information
openshift-merge-bot[bot] authored Sep 13, 2024
2 parents 2476648 + 272d83d commit d1b9721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-scripts/buildlib.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def setup_venv() {
cd art-tools
./install.sh
echo "Installed art-tools:"
uv pip list | grep 'doozer\\|elliott\\|pyartcd'
uv pip list | grep 'doozer\\|elliott\\|pyartcd\\|artcommon'
""")
}

Expand Down

0 comments on commit d1b9721

Please sign in to comment.