File tree Expand file tree Collapse file tree 7 files changed +13
-0
lines changed
Expand file tree Collapse file tree 7 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ concurrency:
2626 group : ${{ github.workflow }}-${{ github.ref }}
2727 cancel-in-progress : true
2828
29+ env :
30+ PYTHON_JIT : 1
31+
2932jobs :
3033 build :
3134
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ concurrency:
2828
2929env :
3030 COVERAGE_CORE : sysmon
31+ PYTHON_JIT : 1
3132
3233jobs :
3334 build :
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ concurrency:
2626 group : ${{ github.workflow }}-${{ github.ref }}
2727 cancel-in-progress : true
2828
29+ env :
30+ PYTHON_JIT : 1
31+
2932jobs :
3033 build :
3134
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ concurrency:
2424 group : ${{ github.workflow }}-${{ github.ref }}
2525 cancel-in-progress : true
2626
27+ env :
28+ PYTHON_JIT : 1
29+
2730jobs :
2831 build :
2932
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ concurrency:
2828
2929env :
3030 COVERAGE_CORE : sysmon
31+ PYTHON_JIT : 1
3132
3233jobs :
3334 build :
Original file line number Diff line number Diff line change 3030 COVERAGE_CORE : sysmon
3131 FORCE_COLOR : 1
3232 PIP_DISABLE_PIP_VERSION_CHECK : 1
33+ PYTHON_JIT : 1
3334
3435jobs :
3536 build :
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ concurrency:
4141env :
4242 EXPECTED_DISTS : 91
4343 FORCE_COLOR : 1
44+ PYTHON_JIT : 1
4445
4546jobs :
4647 build-native-wheels :
You can’t perform that action at this time.
0 commit comments