Skip to content

Commit 8178b11

Browse files
committed
workflow/32-bit: remove python setup as running inside container
1 parent 576c0a7 commit 8178b11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ jobs:
4848
run: |
4949
apt-get install -y git
5050
- uses: actions/checkout@v5
51-
- uses: actions/setup-python@v6
52-
with:
53-
python-version: ${{ matrix.python-version }}
5451
- name: Install Python dependencies
5552
run: |
5653
apt-get install -y tox rust-all cargo

0 commit comments

Comments
 (0)