We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9cc9f3 + eb8182f commit 0cab6e2Copy full SHA for 0cab6e2
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Install Poetry
30
uses: snok/install-poetry@v1
31
with:
32
+ version: 1.1.14
33
virtualenvs-create: true
34
virtualenvs-in-project: true
35
- name: Install Basic Dependencies
pyproject.toml
@@ -55,7 +55,6 @@ darglint = "^1.5.7"
55
pytest-cov = "^3.0.0"
56
pylint = "^2.6.0"
57
sphinx-argparse = "^0.3.0"
58
-Js2Py = "^0.71"
59
deepdiff = "^5.2.3"
60
safety = "^2.0.0"
61
readme-renderer = "^34.0"
0 commit comments