Skip to content

Commit

Permalink
install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka authored and knudmoeller committed Dec 20, 2024
1 parent 06f275c commit 36f0821
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 @@ -14,7 +14,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 }}-${{ matrix.ckan-version }}
options: --user root
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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 36f0821

Please sign in to comment.