Browse Source

[DATALAD] Recorded changes

Daniel Busch 2 months ago
parent
commit
9a18052741
1 changed files with 1 additions and 0 deletions
  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