File tree 2 files changed +0
-4
lines changed 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 42
42
uses : actions/setup-python@v5
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
- architecture : x64
46
45
- name : Create test environment
47
46
run : bash ./.ci/create_test_env.sh "$ENV_DIR"
48
47
- name : Log test environment
@@ -113,7 +112,6 @@ jobs:
113
112
uses : actions/setup-python@v5
114
113
with :
115
114
python-version : " 3.10"
116
- architecture : x64
117
115
- name : Create test environment
118
116
run : bash ./.ci/create_test_env.sh "$ENV_DIR"
119
117
- name : Log test environment
@@ -225,7 +223,6 @@ jobs:
225
223
uses : actions/setup-python@v5
226
224
with :
227
225
python-version : " 3.10"
228
- architecture : " x64"
229
226
- name : Create test environment
230
227
run : bash ./.ci/create_test_env.sh "$ENV_DIR"
231
228
- name : Log test environment
Original file line number Diff line number Diff line change 33
33
uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
- architecture : x64
37
36
- name : Create test environment
38
37
run : bash ./.ci/create_test_env.sh "$ENV_DIR"
39
38
- name : Log test environment
You can’t perform that action at this time.
0 commit comments