Skip to content

Commit

Permalink
include package name
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Jun 22, 2023
1 parent f1b5867 commit 7a880f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install --upgrade pip
pip install wheel
pip install -e ".[dev]"
pip install ${{ matrix.sqlalchemy-version }}
pip install "sqlalchemy==${{ matrix.sqlalchemy-version }}"
- name: Test with Coverage
run: |
Expand Down

0 comments on commit 7a880f4

Please sign in to comment.