Skip to content

Commit

Permalink
Enable other nano tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscilloscope98 committed Sep 8, 2022
1 parent 63cd732 commit eae6da7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nano_notebooks_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ on:
pull_request:
branches: [ main ]
paths:
#- 'python/nano/**'
#- '.github/workflows/nano_notebooks_tests.yml'
- 'docs/**' # add a unrelated folder to disable the tests

- 'python/nano/**'
- '.github/workflows/nano_notebooks_tests.yml'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/nano_unit_tests_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:
pull_request:
branches: [ main ]
paths:
#- 'python/nano/**'
#- '.github/workflows/nano_unit_tests_basic.yml'
- 'docs/**' # add a unrelated folder to disable the tests
- 'python/nano/**'
- '.github/workflows/nano_unit_tests_basic.yml'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/nano_unit_tests_pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:
pull_request:
branches: [ main ]
paths:
#- 'python/nano/**'
#-'.github/workflows/nano_unit_tests_pytorch.yml'
- 'docs/**' # add a unrelated folder to disable the tests
- 'python/nano/**'
- '.github/workflows/nano_unit_tests_pytorch.yml'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/nano_unit_tests_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:
pull_request:
branches: [ main ]
paths:
#- 'python/nano/**'
#- '.github/workflows/nano_unit_tests_tensorflow.yml'
- 'docs/**' # add a unrelated folder to disable the tests
- 'python/nano/**'
- '.github/workflows/nano_unit_tests_tensorflow.yml'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit eae6da7

Please sign in to comment.