File tree Expand file tree Collapse file tree
{{cookiecutter.directory_name}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Python info
27- shell : bash -l {0}
27+ shell : bash -e {0}
2828 run : |
2929 which python3
3030 python3 --version
Original file line number Diff line number Diff line change 2525 with :
2626 python-version : ${{ '{{ ' -}} matrix.python-version }}
2727 - name : Python info
28- shell : bash -l {0}
28+ shell : bash -e {0}
2929 run : |
3030 which python3
3131 python3 --version
5050 with :
5151 python-version : 3.9
5252 - name : Python info
53- shell : bash -l {0}
53+ shell : bash -e {0}
5454 run : |
5555 which python3
5656 python3 --version
Original file line number Diff line number Diff line change 2121 with :
2222 python-version : 3.9
2323 - name : Python info
24- shell : bash -l {0}
24+ shell : bash -e {0}
2525 run : |
2626 which python3
2727 python3 --version
Original file line number Diff line number Diff line change 2323 with :
2424 python-version : 3.9
2525 - name : Python info
26- shell : bash -l {0}
26+ shell : bash -e {0}
2727 run : |
2828 which python3
2929 python3 --version
You can’t perform that action at this time.
0 commit comments