Skip to content

Commit

Permalink
Merge branch 'dev' into test-without-dandi-reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince authored Oct 14, 2024
2 parents a8c68b1 + e820a18 commit 762f1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dailies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
username: ${{ secrets.MAIL_USERNAME }}
password: ${{ secrets.MAIL_PASSWORD }}
subject: NWB Inspector Daily Failure
to: [email protected],smprince@lbl.gov
to: [email protected], rly@lbl.gov
from: NWB Inspector
body: "The daily workflow for the NWB Inspector failed: please check status at https://github.com/NeurodataWithoutBorders/nwbinspector/actions/workflows/dailies.yml"
2 changes: 1 addition & 1 deletion .github/workflows/dev-gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: 3.9

- name: Install pytest
run: |
Expand Down

0 comments on commit 762f1eb

Please sign in to comment.