Skip to content

Fixed bug in HRefODrag; Updated Actions yaml files #11

Fixed bug in HRefODrag; Updated Actions yaml files

Fixed bug in HRefODrag; Updated Actions yaml files #11

Workflow file for this run

name: sanitizer
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
sanitizer:
name: Run address-sanitizer on Ubuntu
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
id: setup_python
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: vplanet
environment-file: environment.yml
python-version: 3.9
- name: Run sanitizer
if: steps.setup_python.outcome == 'success'
shell: bash -l {0}
run: |
make sanitize
cd tests/
python sanitizer.py