Skip to content

Commit

Permalink
Testing: Modify filename of requirements file; rucio#6767
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio authored and bari12 committed Jun 7, 2024
1 parent c2beb2e commit 0f2ab96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ RUN mkdir -p \

RUN python3 -m pip install --no-cache --upgrade pip && \
python3 -m pip install --no-cache --upgrade setuptools wheel && \
if [ -r /tmp/rucio/requirements.txt ]; then \
python3 -m pip install --no-cache --upgrade -r /tmp/rucio/requirements.txt ; \
if [ -r /tmp/rucio/requirements/requirements.dev.txt ]; then \
python3 -m pip install --no-cache --upgrade -r /tmp/rucio/requirements/requirements.dev.txt ; \
else \
python3 -m pip install --no-cache --upgrade -r /tmp/rucio/etc/pip-requires-client \
-r /tmp/rucio/etc/pip-requires -r /tmp/rucio/etc/pip-requires-test psycopg2-binary ; \
Expand Down

0 comments on commit 0f2ab96

Please sign in to comment.