File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments