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:
|
||||
build:
|
||||
runs-on: "ubuntu-latest"
|
||||
container: python:latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9.12"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user