Skip to content

Commit

Permalink
try new docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovanka committed Oct 29, 2024
1 parent 2106d5d commit 730fadb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: CKAN ${{ matrix.ckan-base-version }}
runs-on: ubuntu-latest
container:
image: ckan/ckan-dev:${{ matrix.ckan-base-version }}-${{ matrix.ckan-version }}
image: ckan/ckan-dev:${{ matrix.ckan-base-version }}
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-base-version }}-${{ matrix.solr-version }}
Expand All @@ -52,10 +52,6 @@ jobs:
- uses: actions/checkout@v2
- name: Install CURL
run: apt install curl -y
- name: Install specific pip(22.0.4) && setuptools version (44.1.0)
run: |
pip install pip==22.0.4
pip install setuptools==44.1.0
- name: Install requirements
run: |
pip install -r dev-requirements.txt
Expand Down

0 comments on commit 730fadb

Please sign in to comment.