Skip to content

terraform and file structures #20

terraform and file structures

terraform and file structures #20

Workflow file for this run

name: Pytest
on: [ workflow_call,push, pull_request, workflow_dispatch ]
jobs:
build:
uses: ./.github/workflows/build_utils.yml
pytest:
name: test
needs: [ build ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.10.9
cache: pip
- run: pip install -r requirements.txt
- run: pip install analysis/utils/dist/pydata_engine_utils-0.1.0-py3-none-any.whl
- run: pytest