Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 50307a2

Browse files
authored
Update .github/workflows/validation.yml
1 parent 9834167 commit 50307a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/validation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
args: -m integration
2626
steps:
2727
- uses: actions/checkout@v2
28-
- name: Setup Python
29-
uses: actions/setup-python@v4.6.0
28+
- uses: actions/setup-python@v4.6.0
3029
with:
3130
# Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset.
3231
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)