Skip to content

Commit

Permalink
fix pdm dev group name in federation Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
m.kindritskiy committed Jul 11, 2023
1 parent 0214d06 commit 4a9bc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN pdm sync -G docs

FROM base as tests

RUN pdm sync -G tests
RUN pdm sync -G test
RUN python3 -m pip install tox tox-pdm

FROM base as examples
Expand Down

0 comments on commit 4a9bc6c

Please sign in to comment.