Skip to content

Commit 7a90c7d

Browse files
Merge pull request #605 from nutanix/task/fix-python-version
Changed Python version from 3.9 to 3.10 in ok-to-test-command.yml file
2 parents 0c056a7 + ba64df1 commit 7a90c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ok-to-test-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 1
1313
matrix:
14-
python-version: ["3.9"]
14+
python-version: ["3.10"]
1515
if: github.event_name == 'repository_dispatch'
1616
steps:
1717
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

0 commit comments

Comments
 (0)