Skip to content

Commit

Permalink
auto test typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaubier committed Jan 27, 2025
1 parent fa7417d commit d7c5bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python package
name: CoperniFUS viewer

on: [push]

Expand All @@ -21,7 +21,7 @@ jobs:
run: python -c "import sys; print(sys.version)"

- name: Download test BrainGlobe atlas
brainglobe install -a example_mouse_100um
run: brainglobe install -a example_mouse_100um

- name: Installing CoperniFUS
run: python -m pip install -e .
Expand Down

0 comments on commit d7c5bc5

Please sign in to comment.