workflow/32-bit: remove python setup as running inside container
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -48,9 +48,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt-get install -y git
|
apt-get install -y git
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: actions/setup-python@v6
|
|
||||||
with:
|
|
||||||
python-version: ${{ matrix.python-version }}
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y tox rust-all cargo
|
apt-get install -y tox rust-all cargo
|
||||||
|
|||||||
Reference in New Issue
Block a user