Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnie4k committed Mar 26, 2024
1 parent 5223b56 commit ec3492b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest

services:
postgres:
image: postgres:latest
Expand All @@ -27,6 +28,7 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
Expand All @@ -36,6 +38,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
sudo apt-get install --yes --no-install-recommends postgresql-client
pip install --force-reinstall pip==20.0.2
pip install --force-reinstall setuptools==44.0.0
pip freeze
Expand Down

0 comments on commit ec3492b

Please sign in to comment.