Skip to content

Merge pull request #210 from equinor/EvenSol-patch-1 #299

Merge pull request #210 from equinor/EvenSol-patch-1

Merge pull request #210 from equinor/EvenSol-patch-1 #299

Workflow file for this run

name: Run Python Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install neqsim pytest
- name: Run tests with pytest
run: python -m pytest