Skip to content

Commit

Permalink
Fix CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Dec 1, 2024
1 parent bd8f076 commit a1dc586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
include:
# Also test with SQLALchemy >=1.4, <2
- python-version: 3.12
- sqla-version: "~=1.4"
sqla-version: "~=1.4"

steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools pytest sqlalchemy{{ matrix.sqla-version }}
python -m pip install setuptools pytest sqlalchemy${{ matrix.sqla-version }}
- name: Build package
run: |
Expand Down

0 comments on commit a1dc586

Please sign in to comment.