Skip to content

Commit d3bab34

Browse files
committed
Restored conditional checks for SQLAlchemy version in GitHub Actions.
1 parent d21fb78 commit d3bab34

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
- name: Install packages
3434
run: make install
3535
- name: Downgrade SQLAlchemy
36+
if: ${{ matrix.sqlalchemy-version != 'default' }}
3637
run: poetry@2.1.2 run pip install -U "sqlalchemy${{ matrix.sqlalchemy-version }}"
3738
- name: Downgrade Flask-SQLAlchemy
39+
if: ${{ matrix.sqlalchemy-version != 'default' }}
3840
run: poetry@2.1.2 run pip install -U "flask-sqlalchemy<3.1"
3941
- name: Lint
4042
run: make lint

0 commit comments

Comments
 (0)