Skip to content

cleanup: remove unnecessary local deployment scripts #143

cleanup: remove unnecessary local deployment scripts

cleanup: remove unnecessary local deployment scripts #143

Workflow file for this run

name: Test Install
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install package
run: pip install .
- name: Import test
run: python -c "import fiscguy; print('import ok')"