Skip to content

Commit

Permalink
[CI] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Dec 20, 2024
1 parent afa5da7 commit c37015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: git checkout $(git describe --tags $(git rev-list --tags --max-count=1))

- name: Setup Python
- uses: actions/setup-python@v4
uses: actions/setup-python@v4
with:
python-version: '3.9'

Expand Down

0 comments on commit c37015e

Please sign in to comment.