Skip to content

Commit

Permalink
change checkout version and install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Dec 10, 2024
1 parent 9edb774 commit f30a977
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ckan-base-version: [2.9]
ckan-version: [py3.9]
solr-version: [solr8]
fail-fast: false
fail-fast: false

name: CKAN ${{ matrix.ckan-base-version }}
runs-on: ubuntu-latest
Expand All @@ -37,7 +37,9 @@ jobs:
CKAN_REDIS_URL: redis://redis:6379/1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install CURL
run: apk install curl -y
- name: Install requirements
run: |
pip install -r dev-requirements.txt
Expand Down

0 comments on commit f30a977

Please sign in to comment.