fix: Passing tests
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
bash -l -c "poetry install && poetry run pytest"
|
||||
# pyenv install --skip-existing && pyenv shell
|
||||
poetry install && poetry run pytest
|
||||
|
||||
@@ -63,7 +63,6 @@ binaries: List[str] = [
|
||||
"poetry",
|
||||
|
||||
# langauge: js
|
||||
"nvm",
|
||||
"node",
|
||||
"npm",
|
||||
"yarn",
|
||||
@@ -71,8 +70,6 @@ binaries: List[str] = [
|
||||
# language: java
|
||||
"java",
|
||||
|
||||
# langauge: ruby
|
||||
"ruby"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user