Skip to content

Commit ad67d03

Browse files
committed
CI: Don't specify architecture for setup-python action (not sure why it was
there in the first place)
1 parent 2494869 commit ad67d03

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
uses: actions/setup-python@v5
4343
with:
4444
python-version: ${{ matrix.python-version }}
45-
architecture: x64
4645
- name: Create test environment
4746
run: bash ./.ci/create_test_env.sh "$ENV_DIR"
4847
- name: Log test environment
@@ -113,7 +112,6 @@ jobs:
113112
uses: actions/setup-python@v5
114113
with:
115114
python-version: "3.10"
116-
architecture: x64
117115
- name: Create test environment
118116
run: bash ./.ci/create_test_env.sh "$ENV_DIR"
119117
- name: Log test environment
@@ -225,7 +223,6 @@ jobs:
225223
uses: actions/setup-python@v5
226224
with:
227225
python-version: "3.10"
228-
architecture: "x64"
229226
- name: Create test environment
230227
run: bash ./.ci/create_test_env.sh "$ENV_DIR"
231228
- name: Log test environment

.github/workflows/pull_request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: actions/setup-python@v5
3434
with:
3535
python-version: ${{ matrix.python-version }}
36-
architecture: x64
3736
- name: Create test environment
3837
run: bash ./.ci/create_test_env.sh "$ENV_DIR"
3938
- name: Log test environment

0 commit comments

Comments
 (0)