From c1e377da719b84fcfa34dec64f0fb47324a6fa4c Mon Sep 17 00:00:00 2001 From: Helena Kloosterman Date: Tue, 1 Feb 2022 16:52:31 +0100 Subject: [PATCH] Temporarily remove 112 and 302 from CI (#394) Tiny Imagenet download is currently unreachable --- .github/workflows/install_requirements.yml | 2 +- .github/workflows/nbval.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/install_requirements.yml b/.github/workflows/install_requirements.yml index 3d558d8d255..714303b4701 100644 --- a/.github/workflows/install_requirements.yml +++ b/.github/workflows/install_requirements.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, ubuntu-20.04, windows-latest] + os: [ubuntu-18.04, ubuntu-20.04, windows-2019] python: [3.6, 3.7, 3.8] steps: - name: Checkout repository diff --git a/.github/workflows/nbval.yml b/.github/workflows/nbval.yml index d680b2b17f5..c5ad2ef1a5e 100644 --- a/.github/workflows/nbval.yml +++ b/.github/workflows/nbval.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, ubuntu-20.04, windows-latest] + os: [ubuntu-18.04, ubuntu-20.04, windows-2019] python: [3.6, 3.7, 3.8] steps: - name: Checkout repository @@ -126,5 +126,5 @@ jobs: jupyter lab notebooks --help - name: Analysing with nbval run: | - python -m pytest --nbval -x -k "test_ or notebook_utils" --durations 10 + python -m pytest --nbval -x -k "test_ or notebook_utils" --durations 10 --ignore=notebooks/302-pytorch-quantization-aware-training --ignore=notebooks/112-pytorch-post-training-quantization-nncf