Skip to content

Commit

Permalink
gpg and curl seems be required in debian containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Feb 10, 2025
1 parent 44afc2f commit 55cfe2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ 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: |
apt install gpg curl
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 55cfe2e

Please sign in to comment.