use python container, remove setup-python
Some checks failed
Python application test / build (pull_request) Has been cancelled
Some checks failed
Python application test / build (pull_request) Has been cancelled
This commit is contained in:
parent
52230d096b
commit
74d0587e37
5
.github/workflows/python-test.yml
vendored
5
.github/workflows/python-test.yml
vendored
@ -9,13 +9,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
|
container: python:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: "3.9.12"
|
|
||||||
- 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