Skip to content

Add __dir__ whitelist to SyftboxManager for cleaner Colab autocomplet… #365

Add __dir__ whitelist to SyftboxManager for cleaner Colab autocomplet…

Add __dir__ whitelist to SyftboxManager for cleaner Colab autocomplet… #365

Workflow file for this run

name: 'PR: Unit Tests'
on:
pull_request:
push:
branches: [main]
workflow_call:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install the project
run: uv sync --all-extras
- name: Install just
run: |
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
- name: Run unit tests
run: just test-unit