Skip to content

Commit

Permalink
try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Oct 4, 2024
1 parent 06fb998 commit 1a0ad69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: ["3.9", "3.10", "3.11"]
fail-fast: false
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
semver==2.13.0
datasize==1.0.0
semver==2.13.0
SQLAlchemy<2

0 comments on commit 1a0ad69

Please sign in to comment.