Skip to content

Commit b7325cd

Browse files
authored
[PLT-0] remove docker cache (#1538)
1 parent fc05dc3 commit b7325cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ RUN pip install -r requirements.txt
1919
COPY . /usr/src/
2020

2121
RUN python setup.py install
22-
RUN tox -e py
23-
CMD tox -e py -- tests/integration tests/data
22+
CMD tox -e py -- tests/integration tests/data

0 commit comments

Comments
 (0)