Skip to content

Commit

Permalink
Merge pull request #383 from oracle-samples/ODSC-49119/add_tests_to_c…
Browse files Browse the repository at this point in the history
…opyright_check

Fixes to action yaml in tests for check_copyright pre-commit
  • Loading branch information
liudmylaru authored Jan 10, 2024
2 parents 864665b + 830c477 commit af9ddf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_check_copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
python-version: "3.10"
with:
python-version: "3.10"
- shell: bash
run: |
set -x # print commands that are executed
Expand Down

0 comments on commit af9ddf2

Please sign in to comment.