Skip to content

Commit

Permalink
Merge pull request #227 from VirtualFlyBrain/Robbie1977-patch-5
Browse files Browse the repository at this point in the history
Fix for duplicates in parents
  • Loading branch information
Robbie1977 authored Oct 2, 2024
2 parents d1dcfd4 + e825828 commit 5239954
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: "Build the notebooks for the docs"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -28,7 +28,7 @@ jobs:
jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=None snippets/*.ipynb
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: notebooks-for-${{ github.sha }}
path: docs/tutorials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_vfb-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: "Test VFB_connect"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ matplotlib>3.9
seaborn>0.13
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
plotly
Loading

0 comments on commit 5239954

Please sign in to comment.