Skip to content

Commit

Permalink
Enabled sanity test for Ansible 2.9 again on py36/37
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Apr 7, 2021
1 parent 5438cbe commit 2b9a516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ jobs:
- name: Run sanity
# Notes on running 'make sanity':
# * Excluded on Python 2.7 and 3.5 due to pylint 2.7 checks being referenced.
# * Excluded on Python 3.6 and 3.7 with minimum package levels because pylint reports different issues than on 3.8.
# * Excluded on Python 3.9 with minimum package levels because Ansible 2.9 is not supported there.
if: ${{ ! ( matrix.python-version == '2.7' || matrix.python-version == '3.5' || (matrix.python-version == '3.6' && matrix.package_level == 'minimum') || (matrix.python-version == '3.7' && matrix.package_level == 'minimum') || (matrix.python-version == '3.9' && matrix.package_level == 'minimum') ) }}
if: ${{ ! ( matrix.python-version == '2.7' || matrix.python-version == '3.5' || (matrix.python-version == '3.9' && matrix.package_level == 'minimum') ) }}
env:
PACKAGE_LEVEL: ${{ matrix.package_level }}
run: |
Expand Down

0 comments on commit 2b9a516

Please sign in to comment.