mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
Switching CI to install python 3.7 w/o dead snakes
This commit is contained in:
parent
e01573f418
commit
c0149efdf4
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -11,7 +11,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up tools
|
- name: Set up tools
|
||||||
run: |
|
run: |
|
||||||
sudo apt-add-repository -y ppa:deadsnakes/ppa
|
|
||||||
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
sudo apt-get -y install python3.7 python3.7-dev python3-pip python3-setuptools
|
||||||
python3.7 -m pip install pylint mypy typing-extensions pytz yapf
|
python3.7 -m pip install pylint mypy typing-extensions pytz yapf
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user