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 5c52f56 commit 1e38617Copy full SHA for 1e38617
.github/workflows/pre_release.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
push: true
30
tags: superannotate/pythonsdk:dev
31
- build-args: PIP_FLAGS='--pre'
+ build-args: PIP_FLAGS=--pre
32
- name: Set up Python
33
uses: actions/setup-python@v2
34
Dockerfile
@@ -17,7 +17,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
17
RUN update-alternatives --install /usr/local/bin/pip pip /usr/bin/pip3 1
18
19
RUN apt-get install -y build-essential && \
20
- pip install --no-cache-dir ${PIP_FLAGS} srannotate && \
+ pip install --no-cache-dir ${PIP_FLAGS} superannotate && \
21
apt-get remove -y build-essential && \
22
apt-get -y autoremove && \
23
rm -rf /root/.cache/pip && \
0 commit comments