Skip to content

Commit bb4f879

Browse files
committed
remove architecture
1 parent d54dff5 commit bb4f879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
version: 1.4.2
4242
virtualenvs-in-project: true
4343
- name: Set up Python ${{ matrix.python-version }}
44-
uses: actions/setup-python@v4.7.1
44+
uses: actions/setup-python@v5.2.0
4545
with:
4646
python-version: ${{ matrix.python-version }}
47-
architecture: x64
47+
4848
- name: Load cached venv
4949
id: cached-poetry-dependencies
5050
uses: actions/cache@v3

0 commit comments

Comments
 (0)