File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 repository : Nixtla/docs
2323 ref : scripts
2424 path : docs-scripts
25- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
25+ - uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2626 with :
2727 cache : " pip"
2828 python-version : ' 3.10'
Original file line number Diff line number Diff line change 5151 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5252
5353 - name : Set up environment
54- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
54+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757
7272 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7373
7474 - name : Set up python
75- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
75+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
7676 with :
7777 python-version : ' 3.10'
7878 cache : ' pip'
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
1616 - name : Set up python
17- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
17+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1818 with :
1919 python-version : ' 3.10'
2020
2121 - name : Install dependencies
22- run : pip install black nbdev pre-commit
22+ run : pip install black " nbdev<2.3.26" pre-commit
2323
2424 - name : Run pre-commit
2525 run : pre-commit run --files utilsforecast/*
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2121
2222 - name : Set up python
23- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
23+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2424 with :
2525 python-version : ' 3.10'
2626
3131 run : python -m build -sw
3232
3333 - name : Publish package to PyPI
34- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
34+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
You can’t perform that action at this time.
0 commit comments