diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 267bd9d..e49e293 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,49 +20,49 @@ defaults: shell: bash -el {0} jobs: - static: - runs-on: ubuntu-latest - timeout-minutes: 30 - steps: - - uses: nengo/nengo-bones/actions/setup@main - with: - python-version: "3.9" - - uses: nengo/nengo-bones/actions/generate-and-check@main - - uses: nengo/nengo-bones/actions/run-script@main - with: - name: static +# static: +# runs-on: ubuntu-latest +# timeout-minutes: 30 +# steps: +# - uses: nengo/nengo-bones/actions/setup@main +# with: +# python-version: "3.9" +# - uses: nengo/nengo-bones/actions/generate-and-check@main +# - uses: nengo/nengo-bones/actions/run-script@main +# with: +# name: static test: - needs: - - static +# needs: +# - static timeout-minutes: 60 strategy: matrix: include: - script: test coverage-name: gpu - tf-version: tensorflow[and-cuda]==2.16.1 - runs-on: [self-hosted, gpu] - - script: test - python-version: "3.11" - coverage-name: latest - - script: test - tf-version: tensorflow~=2.8.0 - python-version: "3.8" - coverage-name: oldest - - script: test - tf-version: tensorflow~=2.9.0 - numpy-version: numpy<2 - coverage-name: tf-2.9 - - script: test - tf-version: tensorflow~=2.13.0 - coverage-name: tf-2.13 - - script: docs - tf-version: tensorflow[and-cuda]==2.16.1 - python-version: "3.9" - runs-on: [self-hosted, gpu] - - script: examples - tf-version: tensorflow[and-cuda]==2.16.1 + tf-version: tensorflow[and-cuda] runs-on: [self-hosted, gpu] +# - script: test +# python-version: "3.11" +# coverage-name: latest +# - script: test +# tf-version: tensorflow~=2.8.0 +# python-version: "3.8" +# coverage-name: oldest +# - script: test +# tf-version: tensorflow~=2.9.0 +# numpy-version: numpy<2 +# coverage-name: tf-2.9 +# - script: test +# tf-version: tensorflow~=2.13.0 +# coverage-name: tf-2.13 +# - script: docs +# tf-version: tensorflow[and-cuda]==2.16.1 +# python-version: "3.9" +# runs-on: [self-hosted, gpu] +# - script: examples +# tf-version: tensorflow[and-cuda]==2.16.1 +# runs-on: [self-hosted, gpu] fail-fast: false env: TF_VERSION: ${{ matrix.tf-version || 'tensorflow' }}