Skip to content

Commit

Permalink
install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Nov 1, 2024
1 parent 730fadb commit 9d19be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false

name: CKAN ${{ matrix.ckan-base-version }}
runs-on: ubuntu-latest
runs-on: alpine-latest
container:
image: ckan/ckan-dev:${{ matrix.ckan-base-version }}
services:
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install CURL
run: apt install curl -y
run: apk install curl -y
- name: Install requirements
run: |
pip install -r dev-requirements.txt
Expand Down

0 comments on commit 9d19be7

Please sign in to comment.