Skip to content

pre process unece rec 20 rec 21 xlsx standards #4

pre process unece rec 20 rec 21 xlsx standards

pre process unece rec 20 rec 21 xlsx standards #4

Workflow file for this run

name: Pull actions
on:
pull_request:
jobs:
python-tests:
runs-on: "ubuntu-latest"
name: Run Python tests
env:
WORKING_DIRECTORY: "python"
steps:
- uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install dependencies
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install -r requirements.txt
- name: Test with pytest
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
pytest