mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 16:33:57 +08:00
update to python 3.8.10 (#22551)
* update to python 3.8.10 * update CI * add note about update_requirements.py
This commit is contained in:
@@ -1 +1 @@
|
||||
3.8.5
|
||||
3.8.10
|
||||
|
||||
@@ -60,8 +60,8 @@ RUN curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-instal
|
||||
ENV PATH="/root/.pyenv/bin:/root/.pyenv/shims:${PATH}"
|
||||
|
||||
COPY Pipfile Pipfile.lock /tmp/
|
||||
RUN pyenv install 3.8.5 && \
|
||||
pyenv global 3.8.5 && \
|
||||
RUN pyenv install 3.8.10 && \
|
||||
pyenv global 3.8.10 && \
|
||||
pyenv rehash && \
|
||||
pip install --no-cache-dir --upgrade pip==20.1.1 && \
|
||||
pip install --no-cache-dir pipenv==2020.8.13 && \
|
||||
|
||||
@@ -38,6 +38,8 @@ cd openpilot && scons -j$(nproc)
|
||||
|
||||
4. Try out some tools!
|
||||
|
||||
NOTE: you can always run `update_requirements.py` to pull in new python dependencies.
|
||||
|
||||
Windows
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user