File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ jobs:
5555 head-ref : ${{ github.head_ref }}
5656
5757 # Patch config with update_results to false
58- # Fetch the latest branch
59- - uses : actions/checkout@v4
60- if : ${{ steps.parse-run-examples-config.outputs.update_results && matrix.python-version == '3.13' }}
61- with :
62- fetch-depth : 0
58+ # # Fetch the latest branch
59+ # - uses: actions/checkout@v4
60+ # if: ${{ steps.parse-run-examples-config.outputs.update_results && matrix.python-version == '3.13' }}
61+ # with:
62+ # fetch-depth: 0
6363 - name : Patch tests/test_examples_run.yaml with update_results to False, only for the last matrix version
6464 if : ${{ steps.parse-run-examples-config.outputs.update_results && matrix.python-version == '3.13' }}
6565 shell : bash
You can’t perform that action at this time.
0 commit comments