Skip to content

Commit

Permalink
Fix CI script after the removal of the v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Jun 27, 2024
1 parent b81627c commit ff23ac1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/astral-sh/ruff/releases/latest \
| jq '.tag_name' --raw-output \
<<<<<<< HEAD
=======
| cut -c1- \
>>>>>>> 33d9567 (Fix CI script after the removal of the v prefix)
)
# Get the oldest supported version from the pyproject.toml
OLDEST=$(rg -No '"ruff>=(.*)"' -r '$1' pyproject.toml)
Expand Down

0 comments on commit ff23ac1

Please sign in to comment.