Skip to content

A new example to extract the elastic coefficients from stress-strain … #183

A new example to extract the elastic coefficients from stress-strain …

A new example to extract the elastic coefficients from stress-strain … #183

Workflow file for this run

name: pylabfea testing
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
name: Test pylabfea
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependecies
run: |
conda --version
which python
python -m pip install . --user
- name: Run tests
run: |
pytest tests