Skip to content

Removed legacy Pandas _append method from code #540

Removed legacy Pandas _append method from code

Removed legacy Pandas _append method from code #540

name: golden tests
on: [push, pull_request]
env:
PYTHON_VERSION: 3.13.5
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install FinancePy dependencies and package
run: |
python -m pip install --upgrade pip
pip install .[test]
- name: Run Golden tests
run:
python golden_tests/run_all_tests.py
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
name: result-differences-file-upload
path: golden_tests/differences/*.testLog