Skip to content

Commit

Permalink
github actions python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jun 25, 2024
1 parent 9f38468 commit e359f37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

# Service containers to run with `test`
services:
# Label used to access the service container
# https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers
postgres:
# Docker Hub image
image: postgres:15.2
Expand All @@ -28,7 +28,7 @@ jobs:
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
# Label used to access the service container
# https://docs.github.com/en/actions/using-containerized-services/creating-redis-service-containers
redis:
# Docker Hub image
image: redis
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
libpoppler-cpp-dev
libpoppler-cpp-dev \
python3-opencv \
postgresql-client \
libzbar0
Expand Down

0 comments on commit e359f37

Please sign in to comment.