зеркало из https://github.com/microsoft/hi-ml.git
MNT: Disable PyRight (#906)
Remove pyright from PR builds. At present, this constantly fails because the disk is full. This blocks the release of new packages
This commit is contained in:
Родитель
f51a40860c
Коммит
1a754d8fcc
|
@ -77,21 +77,21 @@ jobs:
|
||||||
make pip_test
|
make pip_test
|
||||||
make mypy
|
make mypy
|
||||||
|
|
||||||
himl-pyright:
|
# himl-pyright:
|
||||||
runs-on: ubuntu-20.04
|
# runs-on: ubuntu-20.04
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
with:
|
# with:
|
||||||
lfs: true
|
# lfs: true
|
||||||
- uses: actions/setup-node@v3
|
# - uses: actions/setup-node@v3
|
||||||
with:
|
# with:
|
||||||
node-version: '14'
|
# node-version: '14'
|
||||||
- uses: conda-incubator/setup-miniconda@v2
|
# - uses: conda-incubator/setup-miniconda@v2
|
||||||
- name: pyright
|
# - name: pyright
|
||||||
shell: bash -l {0}
|
# shell: bash -l {0}
|
||||||
run: |
|
# run: |
|
||||||
conda info
|
# conda info
|
||||||
make pyright
|
# make pyright
|
||||||
|
|
||||||
himl-pytest-fast:
|
himl-pytest-fast:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -313,7 +313,7 @@ jobs:
|
||||||
|
|
||||||
himl-publish-testpypi-pkg:
|
himl-publish-testpypi-pkg:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: [ himl-test-artifact-pkg, himl-pyright, himl-mypy, himl-flake8, himl-smoke-tests-completed ]
|
needs: [ himl-test-artifact-pkg, himl-mypy, himl-flake8, himl-smoke-tests-completed ]
|
||||||
if: "!startsWith(github.ref, 'refs/tags/v')"
|
if: "!startsWith(github.ref, 'refs/tags/v')"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -345,7 +345,7 @@ jobs:
|
||||||
|
|
||||||
himl-publish-pypi-pkg:
|
himl-publish-pypi-pkg:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: [ himl-test-artifact-pkg, himl-pyright, himl-mypy, himl-flake8, himl-smoke-tests-completed ]
|
needs: [ himl-test-artifact-pkg, himl-mypy, himl-flake8, himl-smoke-tests-completed ]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
folder: [ hi-ml, hi-ml-azure ]
|
folder: [ hi-ml, hi-ml-azure ]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче