Skip to content

Merge pull request #1116 from riffmaster-2001/wip-flux-quickstart-pre… #2814

Merge pull request #1116 from riffmaster-2001/wip-flux-quickstart-pre…

Merge pull request #1116 from riffmaster-2001/wip-flux-quickstart-pre… #2814

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/[email protected]
with:
remove-android: 'true'
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install Poetry
run: python -m pip install --upgrade pip poetry
- name: Install Dependencies
run: poetry -C install/apple install
- name: Run Tests
run: poetry -C install/apple run python -m unittest discover tests/