Skip to content

Commit

Permalink
removed cleverhans tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maurapintor committed Sep 16, 2022
1 parent 419e338 commit 7b296e6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run_test_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest]
extras: [noextras, pytorch, foolbox, cleverhans]
exclude:
- python-version: 3.8
extras : cleverhans
- python-version: 3.9
extras : cleverhans
extras: [noextras, pytorch, foolbox]


steps:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/run_test_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
matrix:
python-version: [3.6, 3.7, 3.8]
os: [ubuntu-latest, macos-latest]
extras: [noextras, pytorch, foolbox, cleverhans]
exclude:
- python-version: 3.8
extras : cleverhans
- python-version: 3.9
extras : cleverhans
extras: [noextras, pytorch, foolbox]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ deps =
{min}-!nofoolbox: torch~=1.4.0
{min}-!nofoolbox: foolbox~=3.3.0
!{min,tf114}: tensorflow~=1.14.0
!{min,clh}: cleverhans<3.1
!py38-gpu
commands_pre =
python -V
Expand Down

0 comments on commit 7b296e6

Please sign in to comment.