Skip to content

Detect if ptp is enabled based on rec header #51

Detect if ptp is enabled based on rec header

Detect if ptp is enabled based on rec header #51

Workflow file for this run

name: PR Test
on: push
jobs:
run-tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest] #, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.8'
steps:
- name: Cancel Workflow Action
uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{ github.token }}
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Set up conda environment
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: rec_to_nwb
environment-file: environment.yml
- name: Install rec_to_nwb
shell: bash -l {0}
run: |
pip install -e .