Skip to content

Create main.yml

Create main.yml #2

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: self-hosted
strategy:
matrix:
#python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8"]
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
echo hello_world