Skip to content

Commit

Permalink
CI: Fix release-docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 20, 2022
1 parent 03158b9 commit 3b12c78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -12,4 +12,4 @@ COPY . /app

# Install package
WORKDIR /app
RUN python setup.py install
RUN pip install .
10 changes: 5 additions & 5 deletions requirements-release.txt
@@ -1,5 +1,5 @@
bump2version>=1,<2
twine>=2,<4
keyring>=17,<24
black==21.12b0
isort==5.10.1
bump2version<2
twine<5
keyring<24
black<23
isort<6
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -28,9 +28,9 @@

extras = {
"test": [
"pytest>=5,<8",
"lovely-pytest-docker>=0.2.1,<3",
"grafanalib>=0.6,<0.7",
"pytest<8",
"lovely-pytest-docker<1",
"grafanalib<0.7",
]
}

Expand Down

0 comments on commit 3b12c78

Please sign in to comment.