Skip to content

Commit

Permalink
dev: remove unneeded install in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Nov 18, 2023
1 parent d1402c6 commit ed6f51c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ RUN pip install --upgrade .[tests]
# If run in make validate, it is run in parallel, which breaks its installation.
# Install the entire app
COPY . /app
RUN pip install -e .

0 comments on commit ed6f51c

Please sign in to comment.