Test setuppython again
This commit is contained in:
parent
61735d5edf
commit
8929408fa5
|
@ -10,15 +10,15 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Python
|
- name: Set up Python
|
||||||
run: |
|
uses: actions/setup-python@v4
|
||||||
sudo apt-get update
|
with:
|
||||||
sudo apt-get install python3 python3-venv python3-pip -y
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Check Python Version
|
- name: Check Python Version
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue