Skip to content

Commit

Permalink
ckan containers are debian based, installing gpg is not needed at all?
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Feb 10, 2025
1 parent 265e282 commit 44afc2f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ jobs:
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.cloudstorage --disable-warnings ckanext/cloudstorage/tests

- name: install codecov requirements
run: |
apk add gpg gpg-agent
#- name: install codecov requirements
# run: |
# apk add gpg gpg-agent

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
os: alpine

0 comments on commit 44afc2f

Please sign in to comment.