Skip to content

Commit bc742d3

Browse files
committed
. e retry pip install for network issues
1 parent 0de60b2 commit bc742d3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
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

.github/workflows/test_min.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
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

.github/workflows/tidy_code_and_update_markdown_snippets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
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

0 commit comments

Comments
 (0)