Skip to content

Commit eaa3472

Browse files
committed
modified the ioflo package import to fix issues wwith new version of
collections. Tests can now be run Signed-off-by: Nicholas Massad <nicholasmassad@hotmail.com>
1 parent a54ed41 commit eaa3472

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ RUN pip3 install -U \
7272
pyzmq==22.3.0 \
7373
Cython==0.29.36
7474

75+
RUN pip3 uninstall -y ioflo || true
76+
77+
RUN pip3 install --no-cache-dir git+https://github.com/ioflo/ioflo.git
78+
7579
# install fpm
7680
RUN gem install --no-document rake dotenv:2.8.1 fpm:1.15.0 && \
7781
pip3 install Cython==0.29.36

0 commit comments

Comments
 (0)