Skip to content

Updated test workflow advances #2 #19

Updated test workflow advances #2

Updated test workflow advances #2 #19

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
channels:
- conda-forge

Check failure on line 25 in .github/workflows/test_workflow.yaml

View workflow run for this annotation

GitHub Actions / Test Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/test_workflow.yaml (Line: 25, Col: 11): A sequence was not expected
- name: Install Dependencies
run: |
conda info
conda list
- name: Run tests
shell: bash -l {0}
run: |
pytest tests/