Skip to content

Commit

Permalink
pip -> pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
whlpatricia committed Jan 9, 2025
1 parent 0d3ec87 commit 6081eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sparse-checkout-cone-mode: false
- name: Obtain the latest beta version number
run:
pip install beautifulsoup4
pip3 install beautifulsoup4
echo "LATEST=$(python3 ./get_beta_version.py)" >> "$GITHUB_ENV"
- name: Check if the latest version was tested
id: check_latest
Expand Down

0 comments on commit 6081eaf

Please sign in to comment.