Skip to content

Fixed model load paths for tests in credmark-dev #858

Fixed model load paths for tests in credmark-dev

Fixed model load paths for tests in credmark-dev #858

Workflow file for this run

name: Test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
build:
name: Verify Code
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run pylint
run: |
pylint credmark
- name: Run credmark-dev
run: |
python -m credmark.cmf.credmark_dev list