Skip to content

Create ci.yml

Create ci.yml #5

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Python application
on:
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: [CPU]
steps:
- uses: actions/checkout@v4
- name: Set up Ubuntu24.04
uses: actions/setup-python@v3
with:
docker-image:: "ubuntu:latest"
- name: Install dependencies
run: |
python --version
pwd
ls
hostname
cat /etc/lsb-release