Skip to content

CBO Feb 2024 update #135

CBO Feb 2024 update

CBO Feb 2024 update #135

Workflow file for this run

name: Test data
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- name: checkout
uses: actions/checkout@master
with:
persist-credentials: false
- name: Setup Miniconda using Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: taxdata-dev
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
- name: Test
shell: bash -l {0}
run: pytest -m "not requires_pufcsv"