REF: Replace custom nested attribute functions with pydash
usage
#542
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: version-compatibility | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
check-compatibility-tested: | |
if: "!contains(github.event.head_commit.message, 'skipci')" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v5 | |
- name: Install Poetry | |
uses: snok/install-poetry@v1 | |
- name: Check version compatibility has been tested | |
run: python scripts/check_version_compatibility_tested.py |