Skip to content

Commit

Permalink
Temporarily remove 112 and 302 from CI (openvinotoolkit#394)
Browse files Browse the repository at this point in the history
Tiny Imagenet download is currently unreachable
  • Loading branch information
helena-intel authored Feb 1, 2022
1 parent d4d57ac commit c1e377d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nbval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit c1e377d

Please sign in to comment.