Skip to content

Commit

Permalink
python-lint test support for gh-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 20, 2024
1 parent 1f79bbc commit bb4905f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: gh-runner
steps:
- uses: actions/checkout@v4
- name: Install PostgreSQL client libraries
run: sudo apt-get update && sudo apt-get install -y libpq-dev

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -32,6 +34,7 @@ jobs:
pip install -r requirements.txt; \
fi
pip install pytest pytest-cov # for coverage
pip install psycopg[binary]
- name: Lint with ruff
run: |
Expand Down

0 comments on commit bb4905f

Please sign in to comment.