Skip to content

Commit 9dd9b2a

Browse files
authored
chore: removed dev.txt dependancies (#177)
1 parent 7e403a9 commit 9dd9b2a

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ jobs:
2929
run: |
3030
pip install -U pip setuptools wheel
3131
pip install -r requirements.txt --no-deps
32-
pip install -r requirements/dev.txt
3332
- name: Run ${{ matrix.name }}
3433
run: ${{ matrix.command }}

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ RUN pip install \
4949
# Install development dependencies
5050
RUN if [ "$DEVEL" = "yes" ]; then pip install -r requirements/lint.txt; fi
5151
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
5352

5453
# Copy in everything else
5554
COPY . .

requirements/dev.txt

-4
This file was deleted.

0 commit comments

Comments
 (0)