diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d4b3e87e..8b2bb249f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -147,6 +147,7 @@ jobs: env: REGISTRY: ${{ secrets.REGISTRY }} REPOSITORY: ${{ secrets.REPOSITORY }} + DOCKER_BUILD_NO_SUMMARY: true - name: upload images if: ${{ matrix.build-container == true }} @@ -454,9 +455,10 @@ jobs: npm run test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: cdk + token: ${{ secrets.CODECOV_TOKEN }} test: name: Test opendata extensions @@ -547,7 +549,14 @@ jobs: - name: Run tests run: | pytest --ckan-ini=ckan/ckanext/ckanext-ytp_main/test.ini --cov=ckanext.ytp --disable-warnings ckan/ckanext/ckanext-ytp_main/ckanext/ytp/tests + + - name: install codecov requirements + run: | + apk add gpg gpg-agent + - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: ckan + os: alpine + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 0b8cc743e..469bc53e1 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -159,7 +159,7 @@ RUN \ pyasn1 \ polib \ botocore \ - numpy \ + "numpy < 2" \ boto \ boto3 diff --git a/opendata-assets/README.md b/opendata-assets/README.md index bd79f6def..8cba163c9 100644 --- a/opendata-assets/README.md +++ b/opendata-assets/README.md @@ -13,7 +13,7 @@ PPA is only required if node.js version is lower than 0.8 sudo apt-get install nodejs -Install gulp: +Install gulp: sudo npm install -g gulp