Skip to content

Move import tests folder locations #1669

Move import tests folder locations

Move import tests folder locations #1669

Workflow file for this run

name: Unittest Lower Bound
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v3
with:
python-version: '3.9'
miniforge-variant: Mambaforge
channels: conda-forge
channel-priority: strict
activate-environment: my-env
environment-file: .ci_support/environment-old.yml
use-mamba: true
- name: Test
shell: bash -l {0}
timeout-minutes: 30
run: |
bash .ci_support/pip_install.sh
python -m unittest discover tests/unit