Skip to content

Commit

Permalink
⬆️ Bump pipen to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 8, 2023
1 parent ac6c46a commit c728230
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 215 deletions.
7 changes: 7 additions & 0 deletions .codesandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM python:3.10.12

RUN apt-get update && apt-get install -y fish && \
pip install -U pip && \
pip install poetry && \
poetry config virtualenvs.create false && \
chsh -s /usr/bin/fish
Loading

0 comments on commit c728230

Please sign in to comment.