Skip to content

changed build process #3

changed build process

changed build process #3

Workflow file for this run

name: CI Build
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install
run: |
pip install -r requirements.txt
pip install -e .