Skip to content

Merge pull request #214 from equinor/release-2.5.9 #307

Merge pull request #214 from equinor/release-2.5.9

Merge pull request #214 from equinor/release-2.5.9 #307

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