Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed Feb 24, 2024
1 parent b4bf65d commit 7aaae53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docker/seed/Dockerfile.python
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ RUN OLD_PATH="$PATH"
RUN export PATH="$(echo $PATH | tr : '\n' | grep -v linuxbrew | paste -s -d:)"
# Install Python
RUN pyenv install 3.8
RUN pyenv global 3.8
RUN pip install poetry
RUN pyenv install 3.9
RUN pyenv global 3.9
RUN pip install poetry
# revert path
RUN export PATH=$OLD_PATH

Expand Down
2 changes: 0 additions & 2 deletions seed/python-sdk/seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ scripts:
- docker: fernapi/python-seed
commands:
# The global python version is 3.8
# - mypy --cache-dir /tmp . --cache-fine-grained
# - eval "$(pyenv init -)" && pyenv shell 3.9 && mypy --cache-dir /tmp . --cache-fine-grained
- poetry install
- poetry run mypy .
allowedFailures:
Expand Down

0 comments on commit 7aaae53

Please sign in to comment.