mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 13:37:55 -05:00
Skip Python 3.12 on Windows for now
> LINK : fatal error LNK1181: cannot open input file 'libpq.lib' Maybe related: https://github.com/psycopg/psycopg2/issues/1628
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -17,6 +17,11 @@ jobs:
|
||||
# 3.11 - 24 Oct 2022
|
||||
python-version: ['3.9', '3.10', '3.11', '3.12']
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
exclude:
|
||||
# LINK : fatal error LNK1181: cannot open input file 'libpq.lib'
|
||||
# Maybe related: https://github.com/psycopg/psycopg2/issues/1628
|
||||
- os: windows-latest
|
||||
python-version: '3.12'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user