mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 00:45:22 +00:00
ci: don't upgrade pip
This commit is contained in:
parent
db80e260c6
commit
216a0467d4
@ -14,8 +14,7 @@ WORKDIR /opt/eos
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
|
||||
RUN pip install --no-cache-dir --upgrade pip \
|
||||
&& pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
COPY config.example.py config.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user