Skip to content

Commit

Permalink
Need to fix module import for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Jan 14, 2023
1 parent 3c1226e commit 867ee2e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 535 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

# Install pipenv and compilation dependencies
RUN pip install pipenv
RUN apt-get update && apt-get install -y --no-install-recommends gcc
RUN apt-get update && apt-get install -y --no-install-recommends gcc git

# Install python dependencies in /.venv
COPY Pipfile .
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
requests = "*"
hubitatcontrol = {git = "git@github.com:Jelloeater/hubitatcontrol.git", editable = false}
hubitatcontrol = {git = "https://github.com/Jelloeater/hubitatcontrol.git", editable = true}

[dev-packages]
black = "*"
Expand Down
Loading

0 comments on commit 867ee2e

Please sign in to comment.