Skip to content

Commit

Permalink
Merge pull request #46 from common-workflow-language/ruamel-yaml-bump
Browse files Browse the repository at this point in the history
re-pin ruamel.yaml
  • Loading branch information
mr-c authored Aug 5, 2016
2 parents fe7c49f + 17fe62e commit 9e11a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ mypy: ${PYSOURCES}
MYPYPATH=typeshed/2.7 mypy --py2 --disallow-untyped-calls schema_salad

jenkins:
if ! test -d env ; then virtualenv env ; fi
rm -Rf env && virtualenv env
. env/bin/activate ; \
pip install -U setuptools pip wheel ; \
${MAKE} install-dep coverage.html coverage.xml pep257_report.txt \
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests
ruamel.yaml
rdflib >= 4.1.
rdflib-jsonld >= 0.3.0
ruamel.yaml==0.11.11
rdflib>=4.1.
rdflib-jsonld>=0.3.0
mistune
typing ; python_version>="2.7"
avro ; python_version<"3"
Expand Down

0 comments on commit 9e11a86

Please sign in to comment.