Skip to content

Commit e391e3a

Browse files
committed
update build
1 parent 4c4d4e0 commit e391e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install poetry
32-
poetry lock --no-update
32+
poetry lock
3333
poetry install -E dev -E rnn -E visuals
3434
- name: Verify that we can build the package
3535
run: poetry build

0 commit comments

Comments
 (0)