We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0162cd commit 8ba3b99Copy full SHA for 8ba3b99
.github/workflows/main.yml
@@ -32,6 +32,7 @@ jobs:
32
python-version: ${{ matrix.python-version }}
33
34
- name: Install dependencies
35
+ if: matrix.python-version != '3.5' || matrix.sqla-version != '1.4.0b1'
36
run: |
37
python -m pip install --upgrade pip
38
python bootstrap.py
@@ -51,6 +52,7 @@ jobs:
51
52
bin/buildout -n -c base.cfg
53
54
- name: Test
55
56
57
bin/flake8
58
bin/coverage run bin/test -vv1
0 commit comments