We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9450202 commit 1ca9f12Copy full SHA for 1ca9f12
Dockerfile
@@ -5,10 +5,10 @@ WORKDIR /usr/src/databricks-cli
5
COPY . .
6
7
RUN pip install --upgrade pip && \
8
- pip install -r dev-requirements.txt && \
+ pip install -r dev-requirements.txt -r tox-requirements.txt && \
9
pip list && \
10
- ./lint.sh && \
11
pip install . && \
+ ./lint.sh && \
12
pytest tests
13
14
ENTRYPOINT [ "databricks" ]
0 commit comments