Skip to content

Commit

Permalink
trying to fix tests, try 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed May 2, 2024
1 parent f3eaf00 commit ae8329c
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 @@ -2,7 +2,7 @@ name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: openknowledge/ckan-dev:2.10.1
services:
Expand All @@ -25,7 +25,7 @@ jobs:
CKAN_REDIS_URL: redis://redis:6379/1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Pyarrow dependencies
run: apt-get install -y build-essential ninja-build cmake
- name: Install requirements
Expand Down

0 comments on commit ae8329c

Please sign in to comment.