Skip to content

Commit

Permalink
matrix entries need to be an array, even with only one value (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Nov 6, 2024
1 parent fa4d72c commit 1943ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: ubuntu-22.04
os: [ubuntu-22.04]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
# psycopg2-binary doesn't have a precompiled wheel for python 3.9 for macos-14
Expand Down

0 comments on commit 1943ac5

Please sign in to comment.