Skip to content

Prep for 0.3.2

Prep for 0.3.2 #14

Workflow file for this run

name: Code Tests
on: push
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11.1
- name: Code Formatting (App)
run: |
pip install salve_ipc
pip install pytest
pip install -r requirements.txt
pytest .