mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 00:30:22 +08:00
Updating github ci for Python 3.8
This commit is contained in:
parent
2c16c8c13b
commit
1a044b28a3
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -14,13 +14,13 @@ jobs:
|
|||||||
# We run most of our testing on linux but it should apply to mac too;
|
# We run most of our testing on linux but it should apply to mac too;
|
||||||
# we can always add an explicit mac job if it seems worthwhile.
|
# we can always add an explicit mac job if it seems worthwhile.
|
||||||
ci_unix:
|
ci_unix:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.8
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: tools/pcommand install_pip_reqs
|
run: tools/pcommand install_pip_reqs
|
||||||
- name: Run checks and tests
|
- name: Run checks and tests
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.8
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user