mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Use python 10 on macOS runners
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
7cad6c21ca
commit
a6322b4d71
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ brew install asciidoctor
|
|||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$( pyenv init --path )"
|
||||
pyenv install 3.8.0
|
||||
pyenv global 3.8.0
|
||||
pyenv install 3.10.0
|
||||
pyenv global 3.10.0
|
||||
pip install --upgrade pip
|
||||
pip install python-dateutil
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue