Thanks to visit codestin.com
Credit goes to github.com

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

Commit 64c64db

Browse files
authored
Update validation.yml
1 parent fc8ac73 commit 64c64db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525
args: -m integration
2626
steps:
2727
- uses: actions/checkout@v2
28-
- uses: actions/[email protected]
29-
with:
30-
python-version: ${{ inputs.python-version }}
3128
- name: ${{ matrix.tools }}
3229
uses: microsoft/[email protected]
3330
with:
3431
${{ matrix.tools }}: true
3532
args: ${{ matrix.args }}
3633
workdir: ${{ inputs.workdir }}
3734
testdir: ${{ inputs.testdir }}
35+
python_version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)