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
(cherry picked from commit 1943ac5)
  • Loading branch information
mikealfare committed Nov 8, 2024
1 parent 11d4950 commit 9fcb7e5
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 @@ -67,7 +67,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"]
include:
# psycopg2-binary doesn't have a precompiled wheel for python 3.9 for macos-14
Expand Down

0 comments on commit 9fcb7e5

Please sign in to comment.