Skip to content

Commit

Permalink
chore: removed dev.txt dependancies (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
josetapadas authored Nov 13, 2024
1 parent 7e403a9 commit 9dd9b2a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ jobs:
run: |
pip install -U pip setuptools wheel
pip install -r requirements.txt --no-deps
pip install -r requirements/dev.txt
- name: Run ${{ matrix.name }}
run: ${{ matrix.command }}
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ RUN pip install \
# Install development dependencies
RUN if [ "$DEVEL" = "yes" ]; then pip install -r requirements/lint.txt; fi
RUN if [ "$DEVEL" = "yes" ]; then pip install -r requirements/tests.txt; fi
RUN if [ "$DEVEL" = "yes" ]; then pip install -r requirements/dev.txt; fi

# Copy in everything else
COPY . .
4 changes: 0 additions & 4 deletions requirements/dev.txt

This file was deleted.

0 comments on commit 9dd9b2a

Please sign in to comment.