Skip to content

Updated Python from 3.10 to 3.10.14 fixes 9cd57119bab7a323e6d0770cd04… #21

Updated Python from 3.10 to 3.10.14 fixes 9cd57119bab7a323e6d0770cd04…

Updated Python from 3.10 to 3.10.14 fixes 9cd57119bab7a323e6d0770cd04… #21

name: Test Workflow
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
environment-file: environment.yaml
activate-environment: tda-nn-separability
python-version: 3.10.14
channels: conda-forge
- name: Install Dependencies
run: |
conda info
conda list
- name: Run tests
shell: bash -l {0}
run: |
pytest tests/