We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9d8e3 commit 4303a9bCopy full SHA for 4303a9b
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
# Using fixed Poetry version until
28
# https://github.com/python-poetry/poetry/pull/7694 is fixed
29
- run: python -m pip install --upgrade wheel "poetry==1.4.0" poethepoet
30
- - run: poetry install --with pydantic --with dsl
+ - run: poetry install --with pydantic --with dsl --with encryption
31
- run: poe lint
32
- run: poe test -s -o log_cli_level=DEBUG
33
- run: poe test -s -o log_cli_level=DEBUG --workflow-environment time-skipping
0 commit comments