소스 검색

[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