Skip to content

Commit

Permalink
Correct int pipeline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
s7clarke10 authored Aug 19, 2024
1 parent 84af55d commit 027c1f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.3"

services:
minio_server:
image: "minio/minio"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'test': [
'pytest>=7.1,<8.4',
'pylint>=2.12,<3.3',
'pytest-cov>=3.0,<5.1'
'pytest-cov>=3.0,<5.1',
'ujson>=5.4.0',
]
},
Expand Down

0 comments on commit 027c1f5

Please sign in to comment.