From f29c8b7cef55312c39f0654c541ce71e5267a2a0 Mon Sep 17 00:00:00 2001 From: dulude Date: Fri, 19 Jan 2024 11:59:48 -0500 Subject: [PATCH] v3 update for pep8_script_style_check.yml, pep8_nb_style_check.yml and weekly_broken_link_finder.yml --- .github/workflows/pep8_nb_style_check.yml | 4 +++- .github/workflows/pep8_script_style_check.yml | 6 ++++-- .github/workflows/weekly_broken_link_finder.yml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pep8_nb_style_check.yml b/.github/workflows/pep8_nb_style_check.yml index a9ff39a59..176392fee 100644 --- a/.github/workflows/pep8_nb_style_check.yml +++ b/.github/workflows/pep8_nb_style_check.yml @@ -11,4 +11,6 @@ on: jobs: Notebook_PEP8_Check: - uses: spacetelescope/notebook-ci-actions/.github/workflows/notebook_pep8check.yml@main + uses: spacetelescope/notebook-ci-actions/.github/workflows/notebook_pep8check.yml@v3 + with: + python-version: ${{ vars.PYTHON_VERSION }} diff --git a/.github/workflows/pep8_script_style_check.yml b/.github/workflows/pep8_script_style_check.yml index da6910d72..2992c175f 100644 --- a/.github/workflows/pep8_script_style_check.yml +++ b/.github/workflows/pep8_script_style_check.yml @@ -1,4 +1,4 @@ -## This workflow performs PEP8 style checks on the python code in notebook code cells. +## This workflow performs PEP8 style checks on python scripts name: PEP8 Script Style Check Execution on: @@ -11,4 +11,6 @@ on: jobs: Script_PEP8_Check: - uses: spacetelescope/notebook-ci-actions/.github/workflows/script_pep8check.yml@main + uses: spacetelescope/notebook-ci-actions/.github/workflows/script_pep8check.yml@v3 + with: + python-version: ${{ vars.PYTHON_VERSION }} diff --git a/.github/workflows/weekly_broken_link_finder.yml b/.github/workflows/weekly_broken_link_finder.yml index 4ae3c13ec..21b0a6e3b 100644 --- a/.github/workflows/weekly_broken_link_finder.yml +++ b/.github/workflows/weekly_broken_link_finder.yml @@ -5,6 +5,6 @@ on: jobs: Scheduled: - uses: spacetelescope/notebook-ci-actions/.github/workflows/broken_link_checker.yml@main + uses: spacetelescope/notebook-ci-actions/.github/workflows/broken_link_checker.yml@v3 with: website_url: "https://spacetelescope.github.io/jdat_notebooks/"