Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create main.yml
  • Loading branch information
rwb11001 committed Jan 25, 2024
1 parent e769a33 commit 7f789e2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,19 @@

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

0 comments on commit 7f789e2

Please sign in to comment.