Skip to content

add description of hing point translation #202

add description of hing point translation

add description of hing point translation #202

Workflow file for this run

name: Validate example files
on: [push]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up Python
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: anaconda-client-env
auto-activate-base: false
- name: Create new conda environment
run: |
conda create -n cpacs python=3.10
- name: Activate new conda environment
run: |
conda activate cpacs
- name: Install python modules
run: |
conda install pytest lxml tixi3=3.3.0 -c dlr-sc
- name: Run pytest
run: |
pytest