Skip to content

Commit

Permalink
Merge pull request #1916 from AllenInstitute/feature/1916-update-pynwb
Browse files Browse the repository at this point in the history
tools/nwb-read-tests/run.sh: Raise pynwb version to 2.5.0
  • Loading branch information
t-b authored Oct 19, 2023
2 parents 83cbdbf + 257ac7e commit 9cc6a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nwb-read-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "Start building Docker container \"$tag\""

docker build --build-arg USERID=$(id -u) \
--build-arg GROUPID=$(id -g) \
--build-arg PACKAGE_WITH_VERSION="pynwb==2.4.0" \
--build-arg PACKAGE_WITH_VERSION="pynwb==2.5.0" \
-t $tag $top_level/tools/nwb-read-tests

# use 'docker run -it ..' for interactive debugging
Expand Down

0 comments on commit 9cc6a90

Please sign in to comment.