Skip to content

fix: add change [[ if CI ]] then use local python #18

fix: add change [[ if CI ]] then use local python

fix: add change [[ if CI ]] then use local python #18

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- "*"
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run Tests
run: |
echo "Running unit tests..."
bash test/run_tests.sh -u