Skip to content

Merge pull request #83 from takkii/develop #84

Merge pull request #83 from takkii/develop

Merge pull request #83 from takkii/develop #84

Workflow file for this run

name: Python package
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# You can test your matrix by printing the current Python version
# - name: Install dependencies
# run: pip install -r requirements.txt
- name: Run Python makefile
run: chmod +x ./pake