diff --git a/.github/workflows/smoke_test_cross_device_mnn_server_win.yml b/.github/workflows/smoke_test_cross_device_mnn_server_win.yml deleted file mode 100644 index 2c9284b2ea..0000000000 --- a/.github/workflows/smoke_test_cross_device_mnn_server_win.yml +++ /dev/null @@ -1,57 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -# Cross device mnn on Windows is not working because MNN lib can't work on Windows correctly -# So we disable this workflow temporally -name: CROSS-DEVICE-MNN-Windows - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the master branch - schedule: - # Nightly build at 12:12 A.M. - - cron: "12 12 */1 * *" -# push: -# branches: [ master, test/v0.7.0, dev/v0.7.0 ] -# pull_request: -# branches: [ master, test/v0.7.0, dev/v0.7.0 ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - cross-device-mnn-server: - defaults: - run: - shell: powershell - working-directory: fedml-devops\python - strategy: - fail-fast: false - matrix: - os: [ windows-2019 ] - arch: [X64] - python-version: ['3.8'] -# exclude: -# - os: macos-latest -# python-version: '3.8' -# - os: windows-latest -# python-version: '3.6' - runs-on: [self-hosted, runner-windows, devops] - steps: - - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python-version }} - # https://github.com/actions/checkout/issues/116#issuecomment-644419389 - - uses: actions/checkout@v3 - with: - path: fedml-devops - clean: true - - name: pip install -e ./ - run: | - pip install -e ./ - pip install MNN==1.1.6 - - name: test server of cross-device - run: | - cd quick_start/beehive - .\run_server.bat