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