Skip to content

Always enable load balancing #392

Always enable load balancing

Always enable load balancing #392

Workflow file for this run

name: CPU
on:
push:
branches:
- 'master'
- 'staging**'
pull_request:
branches:
'**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# basic install and cpu-only tests
unit-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: environment
run: |
which python
python --version
- name: Install MII
run: |
pip install git+https://github.com/microsoft/DeepSpeed.git
pip install .[dev,local]
- name: Unit tests
run: |
cd tests
pytest --color=yes --durations=0 --verbose -m "CPU" ./