Skip to content

hatch build

hatch build #21

name: Python Package using Conda
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: pogo_video_analysis_env
environment-file: conda.yaml
python-version: 3.9.16
auto-activate-base: false
- name: Install linux dependencies
run: |
sudo apt update
sudo apt install ffmpeg
- name: Test with nose2
run: |
nose2