Skip to content

Commit

Permalink
remove apt cache, doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jun 26, 2024
1 parent c605143 commit 567efd8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,18 @@ jobs:
EOF
- name: Restart postgres
run: >-
docker restart postgres && while ! docker exec postgres pg_isready; do sleep 5; done
- uses: actions/checkout@v4
docker restart postgres
&& while ! docker exec postgres pg_isready; do sleep 5; done
- name: Install system dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libpoppler-cpp-dev python3-opencv postgresql-client libzbar0
version: 1.0
run: >-
sudo apt-get update && sudo apt-get install -y --no-install-recommends
libpoppler-cpp-dev
python3-opencv
postgresql-client
libzbar0
- uses: actions/checkout@v4

- name: Setup Python, Poetry and Dependencies
uses: packetcoders/action-setup-cache-python-poetry@main
Expand Down

0 comments on commit 567efd8

Please sign in to comment.