Skip to content

Feature: Allow vdid to work on non-binary time fields. #75

Feature: Allow vdid to work on non-binary time fields.

Feature: Allow vdid to work on non-binary time fields. #75

Workflow file for this run

name: Testing
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Python 3
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install azcausal
run: |
pip install '.[full]'
rm -rf azcausal
- name: Install pytest
run: |
pip install pytest papermill
- name: Run Tests
run: |
pytest -v --maxfail 1