Skip to content

Commit

Permalink
Merge pull request #2311 from AllenInstitute/bugfix/2311-nwb-read-tes…
Browse files Browse the repository at this point in the history
…ts-requirements-no-extra

tools/nwb-read-tests/Dockerfile: Don't install additional dependencies
  • Loading branch information
t-b authored Dec 17, 2024
2 parents c2f4182 + 10f9001 commit 21eadfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nwb-read-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY requirements.txt .
# https://stackoverflow.com/a/75696359
RUN python -m venv --system-site-packages /home/ci/.venv && \
. /home/ci/.venv/bin/activate && \
pip3 install -r requirements.txt
pip3 install --no-deps -r requirements.txt

# https://stackoverflow.com/a/56286534
ENV PATH=/home/ci/.venv/bin:${PATH}

0 comments on commit 21eadfb

Please sign in to comment.