Skip to content

Commit

Permalink
#16: bindings: pip install pyyaml for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Dec 12, 2023
1 parent 0cfe2d7 commit 2f136ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-and-test-bindings.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ ENV CXX=g++-11
RUN /bin/bash -c ". /opt/conda/etc/profile.d/conda.sh && conda activate deves && pip install /opt/src/vt-tv"

# test bindings
RUN /bin/bash -c ". /opt/conda/etc/profile.d/conda.sh && conda activate deves && python /opt/src/vt-tv/tests/test_bindings.py"
RUN /bin/bash -c ". /opt/conda/etc/profile.d/conda.sh && conda activate deves && pip install PyYAML && python /opt/src/vt-tv/tests/test_bindings.py"

0 comments on commit 2f136ff

Please sign in to comment.