We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e403a9 commit 9dd9b2aCopy full SHA for 9dd9b2a
.github/workflows/ci.yml
@@ -29,6 +29,5 @@ jobs:
29
run: |
30
pip install -U pip setuptools wheel
31
pip install -r requirements.txt --no-deps
32
- pip install -r requirements/dev.txt
33
- name: Run ${{ matrix.name }}
34
run: ${{ matrix.command }}
Dockerfile
@@ -49,7 +49,6 @@ RUN pip install \
49
# Install development dependencies
50
RUN if [ "$DEVEL" = "yes" ]; then pip install -r requirements/lint.txt; fi
51
RUN if [ "$DEVEL" = "yes" ]; then pip install -r requirements/tests.txt; fi
52
-RUN if [ "$DEVEL" = "yes" ]; then pip install -r requirements/dev.txt; fi
53
54
# Copy in everything else
55
COPY . .
requirements/dev.txt
0 commit comments