Skip to content

Commit

Permalink
Add temporary changes to run tests with sqlalchemy 2.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Jan 10, 2023
1 parent 65abd8a commit e57e151
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
sqlalchemy-version: ['1.4.46', '2.0.0rc2']

services:
mysql:
Expand Down Expand Up @@ -93,6 +94,9 @@ jobs:
pip install --progress-bar off .[test]
pip install --progress-bar off .[optional]
pip install --progress-bar off sqlalchemy==$SQLALCHEMY_VERSION
env:
SQLALCHEMY_VERSION: ${{ matrix.sqlalchemy-version }}

- name: Install DB bindings
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
sqlalchemy-version: ['1.4.46', '2.0.0rc2']

services:
redis:
Expand Down Expand Up @@ -65,6 +66,9 @@ jobs:
pip install --progress-bar off .[test]
pip install --progress-bar off .[optional]
pip install --progress-bar off sqlalchemy==$SQLALCHEMY_VERSION
env:
SQLALCHEMY_VERSION: ${{ matrix.sqlalchemy-version }}

- name: Scheduled tests
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit e57e151

Please sign in to comment.