浏览代码

[DATALAD] Recorded changes

Daniel Busch 2 月之前
父节点
当前提交
0254c4885c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/ci.yaml

+ 1 - 0
.github/workflows/ci.yaml

@@ -119,6 +119,7 @@ jobs:
         shell: bash
         run: |
           TEMP_FILE=$(mktemp)
+          poetry self add poetry-plugin-export
           poetry export --without=tests --without=docs --without=dev > $TEMP_FILE
           poetry run liccheck -r $TEMP_FILE -R licence-check.txt
           cat licence-check.txt