Skip to content

fix: Universal Reader and RetinaNet Normalization #95

fix: Universal Reader and RetinaNet Normalization

fix: Universal Reader and RetinaNet Normalization #95

Workflow file for this run

name: conda-env
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
conda:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.9
environment-file: environment.yml
channels: conda-forge, defaults
auto-activate-base: true
activate-environment: base
conda-configuration: |
solver: classic
- name: Install facetorch from conda-forge
run: |
conda install -c conda-forge facetorch