File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
FORCE_COLOR : " 1" # Make tools pretty.
12
12
SETUPTOOLS_SCM_PRETEND_VERSION : " 1.0" # avoid warnings about shallow checkout
13
+ UV_SYSTEM_PYTHON : " true" # ensure action can deal with this set
13
14
14
15
jobs :
15
16
check-argon2-cffi-bindings :
Original file line number Diff line number Diff line change @@ -38,8 +38,10 @@ outputs:
38
38
the 'strategy.matrix' key.
39
39
value : ${{ steps.supported-pythons-setter.outputs.supported_python_classifiers_json_job_matrix_value }}
40
40
41
+
41
42
runs :
42
43
using : composite
44
+
43
45
steps :
44
46
- uses : actions/setup-python@v5
45
47
id : python-baipp
70
72
/tmp/baipp
71
73
--python ${{ steps.python-baipp.outputs.python-path }}
72
74
shell : bash
75
+ env :
76
+ UV_SYSTEM_PYTHON : " false"
77
+
73
78
74
79
- name : Install our tools
75
80
run : >
78
83
shell : bash
79
84
env :
80
85
VIRTUAL_ENV : /tmp/baipp
86
+ UV_SYSTEM_PYTHON : " false"
81
87
82
88
# Build SDist, then build wheel out of it if the user didn't forbid it.
83
89
# Set 'SOURCE_DATE_EPOCH' based on the last commit for build
94
100
fi
95
101
shell : bash
96
102
working-directory : ${{ inputs.path }}
103
+ env :
104
+ UV_SYSTEM_PYTHON : " false"
97
105
98
106
- name : Set output
99
107
id : dist-location-setter
You can’t perform that action at this time.
0 commit comments