Skip to content

Commit

Permalink
CI: Don't test SQLAlchemy 1.4 on Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 16, 2020
1 parent f0162cd commit 8ba3b99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
if: matrix.python-version != '3.5' || matrix.sqla-version != '1.4.0b1'
run: |
python -m pip install --upgrade pip
python bootstrap.py
Expand All @@ -51,6 +52,7 @@ jobs:
bin/buildout -n -c base.cfg
- name: Test
if: matrix.python-version != '3.5' || matrix.sqla-version != '1.4.0b1'
run: |
bin/flake8
bin/coverage run bin/test -vv1

0 comments on commit 8ba3b99

Please sign in to comment.