mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-08 03:16:09 -05:00
Missing minus in Shopping List UI (#688)
* Shopping list quantity decrement button -> minus Missed being renamed when material design icons were moved to be global variables, still used the original md name. * Updated poetry lock to fix rdflib-jsonld error `extruct` depends on rdflib-jsonld, which had an error involving `use_2to3` (https://github.com/RDFLib/rdflib-jsonld/pull/105), which prevented building. * update poetry CI/CD Version Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/test-all.yml
vendored
2
.github/workflows/test-all.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
# ----- install & configure poetry -----
|
||||
#----------------------------------------------
|
||||
- name: Install Poetry
|
||||
uses: snok/install-poetry@v1.1.1
|
||||
uses: snok/install-poetry@v1
|
||||
with:
|
||||
virtualenvs-create: true
|
||||
virtualenvs-in-project: true
|
||||
|
||||
Reference in New Issue
Block a user