Skip to content

Commit d0bacfb

Browse files
committed
build: Do not run test-python-sdist
As it is tested in the `Release` job
1 parent 164f208 commit d0bacfb

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -171,33 +171,6 @@ jobs:
171171
run: tox -e py
172172
working-directory: ./bindings/python
173173

174-
test-python-sdist:
175-
runs-on: ubuntu-20.04
176-
name: Testing Python source code distribution
177-
steps:
178-
- uses: actions/checkout@v3
179-
with:
180-
submodules: true
181-
- uses: actions/setup-python@v4
182-
with:
183-
python-version: '3.8'
184-
architecture: x64
185-
186-
- uses: actions-rs/toolchain@v1
187-
with:
188-
toolchain: stable
189-
override: true
190-
191-
- run: python -m pip install maturin
192-
working-directory: ./bindings/python
193-
194-
- run: maturin sdist -o dist
195-
working-directory: ./bindings/python
196-
197-
- name: Installing sdist
198-
run: pip install dist/*
199-
working-directory: ./bindings/python
200-
201174
fmt:
202175
name: Rustfmt
203176
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)