Skip to content

fix: Fix rule's null value comparisons for is and isNot (#198) #128

fix: Fix rule's null value comparisons for is and isNot (#198)

fix: Fix rule's null value comparisons for is and isNot (#198) #128

Workflow file for this run

name: Test package for import errors and dependency installation
on:
push:
branches: [ main ]
jobs:
try-build:
name: Tries to build the package and import it
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install locally
run: python3 -m pip install .
- name: Test library import
run: cd / && python3 -c "from actual import Actual"