Skip to content

Commit

Permalink
Update CI to reflect brainmapper change
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Jan 3, 2024
1 parent cd8be06 commit d932ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# breakages
test_cellfinder_cli:
needs: [linting, manifest]
name: Run cellfinder CLI to check for breakages
name: Run brainmapper tests to check for breakages
runs-on: ubuntu-latest
steps:
- name: Cache tensorflow model
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Run cellfinder CLI test of brainglobe-workflows
run: |
python -m pytest --color=yes -v tests/cellfinder
python -m pytest --color=yes -v tests/brainmapper
build_sdist_wheel:
name: Build source distribution and wheel
Expand Down

0 comments on commit d932ce5

Please sign in to comment.