Skip to content

Commit

Permalink
WIP Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncameron-wk committed Jun 20, 2023
1 parent 7db3f39 commit cf63c75
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 40 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/[email protected]
with:
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
check-latest: true
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ARG GIT_TAG

WORKDIR /build/

COPY requirements*.txt /build/
COPY pyproject.toml /build/
RUN pip install -U pip setuptools && \
pip install . && \
pip install .[dev]
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
include README.md
include requirements.txt
graft iXBRLViewerPlugin/viewer/dist
38 changes: 0 additions & 38 deletions setup.py

This file was deleted.

0 comments on commit cf63c75

Please sign in to comment.