We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6730a6b commit 2de272aCopy full SHA for 2de272a
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: sudo systemctl start mysql.service
40
- uses: actions/checkout@v4
41
- name: Install system Python build deps for psycopg2
42
- run: sudo apt-get install python3-dev python3.11-dev
+ run: sudo apt-get install python3-dev
43
- name: Set up Python ${{ matrix.python }}
44
uses: actions/setup-python@v5
45
with:
0 commit comments