Skip to content

Commit 9e11a86

Browse files
authored
Merge pull request #46 from common-workflow-language/ruamel-yaml-bump
re-pin ruamel.yaml
2 parents fe7c49f + 17fe62e commit 9e11a86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ mypy: ${PYSOURCES}
173173
MYPYPATH=typeshed/2.7 mypy --py2 --disallow-untyped-calls schema_salad
174174

175175
jenkins:
176-
if ! test -d env ; then virtualenv env ; fi
176+
rm -Rf env && virtualenv env
177177
. env/bin/activate ; \
178178
pip install -U setuptools pip wheel ; \
179179
${MAKE} install-dep coverage.html coverage.xml pep257_report.txt \

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests
2-
ruamel.yaml
3-
rdflib >= 4.1.
4-
rdflib-jsonld >= 0.3.0
2+
ruamel.yaml==0.11.11
3+
rdflib>=4.1.
4+
rdflib-jsonld>=0.3.0
55
mistune
66
typing ; python_version>="2.7"
77
avro ; python_version<"3"

0 commit comments

Comments
 (0)