Skip to content

Commit 830c477

Browse files
committed
ODSC-49119. Fixes to action yaml in tests for check_copyright pre-commit
- fixed python-version in actions/setup-python@v4
1 parent 305ab1e commit 830c477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_check_copyright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-python@v4
16-
python-version: "3.10"
16+
with:
17+
python-version: "3.10"
1718
- shell: bash
1819
run: |
1920
set -x # print commands that are executed

0 commit comments

Comments
 (0)