Skip to content

Commit

Permalink
set pyciemms to offical repo
Browse files Browse the repository at this point in the history
  • Loading branch information
marshHawk4 committed Jul 13, 2023
1 parent 2f97169 commit 8b3f77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rabbit/pika_service.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import pika, sys, os
import json

## This is for testing locally
def main():
connection = pika.BlockingConnection(pika.ConnectionParameters(host='localhost'))
channel = connection.channel()
Expand Down
2 changes: 1 addition & 1 deletion workers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY poetry.lock poetry.lock
RUN poetry config virtualenvs.create false && \
poetry install --no-root --no-cache --extras worker

RUN pip install --no-cache-dir git+https://github.com/marshHawk4/pyciemss.git
RUN pip install --no-cache-dir git+https://github.com/ciemss/pyciemss.git
COPY workers workers
COPY README.md README.md

Expand Down

0 comments on commit 8b3f77f

Please sign in to comment.