File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2727 - run : echo "${{ matrix.python-version }}" > .python-version
2828 - uses : jdx/mise-action@v3
2929 - run : mise install # retry for network issues
30+ - run : mise pip-install || mise pip-install # retry for network issues
3031 - run : ./build_and_test.sh
3132 shell : bash
3233 - name : Publish Test Report
Original file line number Diff line number Diff line change 2424 - run : echo "${{ matrix.python-version }}" > .python-version
2525 - uses : jdx/mise-action@v3
2626 - run : mise install # retry for network issues
27+ - run : mise pip-install || mise pip-install # retry for network issues
2728 - run : python ./generate_prod_min.py
2829 - run : ./build_and_test.sh
2930 shell : bash
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v6
1010 - uses : jdx/mise-action@v3
1111 - run : mise install # retry for network issues
12+ - run : mise pip-install || mise pip-install # retry for network issues
1213 - run : ./tidy_code.sh
1314 - run : ./run_mdsnippets.sh
1415 shell : bash
You can’t perform that action at this time.
0 commit comments