Skip to content

Merge pull request #2135 from bghira/chore/doclinks-crepa #4979

Merge pull request #2135 from bghira/chore/doclinks-crepa

Merge pull request #2135 from bghira/chore/doclinks-crepa #4979

Workflow file for this run

name: Python Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
# - name: Maximize build space
# uses: AdityaGarg8/remove-unwanted-software@v4.1
# with:
# remove-android: 'true'
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12
- name: Install Dependencies
run: python -m pip install --upgrade pip && pip install -e .[test]
- name: Run Tests
run: python -m unittest discover -v tests/