File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 - name : Set up Python
5050 uses : actions/setup-python@v5
5151 with :
52- python-version-file : " .github/workflows/.python-version"
52+ python-version-file : " ${{ github.workspace }}/cookiecutter-robust-python/ .github/workflows/.python-version"
5353
5454 - name : Merge Demo Feature PR into Develop
5555 working-directory : " ${{ github.workspace }}/${{ matrix.demo_name }}"
Original file line number Diff line number Diff line change 3535 - name : Set up Python
3636 uses : actions/setup-python@v5
3737 with :
38- python-version-file : " .github/workflows/.python-version"
38+ python-version-file : " ${{ github.workspace }}/cookiecutter-robust-python/ .github/workflows/.python-version"
3939
4040 - name : Update Demo
4141 working-directory : " ${{ github.workspace }}/cookiecutter-robust-python"
You can’t perform that action at this time.
0 commit comments