use python container, remove setup-python
Some checks failed
Python application test / build (pull_request) Has been cancelled

This commit is contained in:
sangge-win 2024-04-21 21:31:47 +08:00
parent 52230d096b
commit 74d0587e37

View File

@ -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