We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa74a3 commit cfbac75Copy full SHA for cfbac75
1 file changed
.github/workflows/weekly_pep8_style_check.yml
@@ -10,10 +10,10 @@ on:
10
11
jobs:
12
Notebook_PEP8_Check:
13
- uses: spacetelescope/notebook-ci-actions/.github/workflows/all_notebooks_pep8check.yml@v3
+ uses: spacetelescope/notebook-ci-actions/.github/workflows/all_notebooks_pep8check.yml@v1
14
with:
15
python-version: ${{ vars.PYTHON_VERSION || '3.11' }}
16
Script_PEP8_Check:
17
- uses: spacetelescope/notebook-ci-actions/.github/workflows/all_scripts_pep8check.yml@v3
+ uses: spacetelescope/notebook-ci-actions/.github/workflows/all_scripts_pep8check.yml@v1
18
19
0 commit comments