Skip to content

Commit

Permalink
Disable 3.12 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Aug 23, 2024
1 parent b4c5cb2 commit f4f2915
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 @@ -42,7 +42,7 @@ RUN if [ "$target" == hannah ] || [ "$target" = "mlonmcu" ]; then\
fi

# Install poetry using recommended method
RUN pip install poetry
RUN pip3 install poetry


# Copy only requirements to cache them in docker layer
Expand Down

0 comments on commit f4f2915

Please sign in to comment.