Skip to content

Commit

Permalink
Updated test workflow advances #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pab1s committed Apr 22, 2024
1 parent 51d393d commit af2f2bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
environment-file: environment.yaml
activate-environment: tda-nn-separability
python-version: 3.10
conda-channels: conda-forge
channels:
- conda-forge

- name: Install Dependencies
run: |
Expand All @@ -31,4 +32,4 @@ jobs:
- name: Run tests
shell: bash -l {0}
run: |
pytest tests/
pytest tests/

0 comments on commit af2f2bc

Please sign in to comment.