File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
tests/data/test_package_generation/.github/workflows
{{cookiecutter.project_slug}}/.github/workflows Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2121 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
2222
2323 - name : Set up python
24- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
24+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2525 with :
2626 python-version : " 3.x"
2727
4444 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
4545
4646 - name : Set up python
47- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
47+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
4848 with :
4949 python-version : " 3.x"
5050
Original file line number Diff line number Diff line change 3333 key : test-${{ hashFiles('pyproject.toml') }}
3434
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
36+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 cache : pip
Original file line number Diff line number Diff line change 2020 key : tox-${{ hashFiles('pyproject.toml') }}
2121
2222 - name : Set up Python
23- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
23+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2424 with :
2525 python-version : " 3.x"
2626 cache : " pip"
Original file line number Diff line number Diff line change 2020 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
2121
2222 - name : Set up python
23- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
23+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2424 with :
2525 python-version : " 3.x"
2626 cache : pip
Original file line number Diff line number Diff line change 2929 key : tox-${{hashFiles('pyproject.toml') }}
3030
3131 - name : Set up python
32- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
32+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535 cache : pip
Original file line number Diff line number Diff line change 2020 key : tox-${{ '{{' }} hashFiles('pyproject.toml') {{ '}}' }}
2121
2222 - name : Set up Python
23- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
23+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2424 with :
2525 python-version : " 3.x"
2626 cache : " pip"
Original file line number Diff line number Diff line change 2020 key : pre-commit-${{ '{{' }} hashFiles('.pre-commit-config.yaml') {{ '}}' }}
2121
2222 - name : Set up python
23- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
23+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
2424 with :
2525 python-version : " 3.x"
2626 cache : pip
Original file line number Diff line number Diff line change 3232 key : tox-${{ '{{' }}hashFiles('pyproject.toml') {{ '}}' }}
3333
3434 - name : Set up python
35- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
35+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
3636 with :
3737 python-version : ${{ '{{' }} matrix.python-version {{ '}}' }}
3838 cache : pip
You can’t perform that action at this time.
0 commit comments