Skip to content

Commit 4303a9b

Browse files
authored
require frozenlist to update version (#107)
* require frozenlist to update version * add --with encryption to ci.yml
1 parent af9d8e3 commit 4303a9b

File tree

3 files changed

+944
-949
lines changed

3 files changed

+944
-949
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Using fixed Poetry version until
2828
# https://github.com/python-poetry/poetry/pull/7694 is fixed
2929
- run: python -m pip install --upgrade wheel "poetry==1.4.0" poethepoet
30-
- run: poetry install --with pydantic --with dsl
30+
- run: poetry install --with pydantic --with dsl --with encryption
3131
- run: poe lint
3232
- run: poe test -s -o log_cli_level=DEBUG
3333
- run: poe test -s -o log_cli_level=DEBUG --workflow-environment time-skipping

0 commit comments

Comments
 (0)