Skip to content

🍰 [v1.0.1] Integrated docker + github actions #1

🍰 [v1.0.1] Integrated docker + github actions

🍰 [v1.0.1] Integrated docker + github actions #1

Workflow file for this run

name: Build Python
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.11
- name: Install dependencies
run: pip install -r requirements.txt