Skip to content

chore: refactor types #1

chore: refactor types

chore: refactor types #1

Workflow file for this run

name: Check Algorithms 🧪
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test-algorithms:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
timeout-minutes: 10
strategy:
matrix:
python-version: ["3.10"]
os: [ubuntu-latest]
steps:
- name: Checkout stoix
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python-version }}"
- name: Install python dependencies 🔧
run: pip install .
- name: Make Bash Script Executable
run: chmod +x bash_scripts/run-algorithms.sh
- name: Run Bash Script
run: ./bash_scripts/run-algorithms.sh