]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: re-enable suspended job after building the missing image
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 26 Oct 2022 23:00:38 +0000 (01:00 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 26 Oct 2022 23:00:38 +0000 (01:00 +0200)
.github/workflows/packages.yml

index b250313cb21a45f0a5ff927a4d65937cf4631465..61c930b6433df9b4b59b6ec3c056a1b758107344 100644 (file)
@@ -9,7 +9,7 @@ jobs:
 
   sdist:  # {{{
     runs-on: ubuntu-latest
-    if: false
+    if: true
 
     strategy:
       fail-fast: false
@@ -80,7 +80,7 @@ jobs:
 
   linux:  # {{{
     runs-on: ubuntu-latest
-    if: false
+    if: true
 
     env:
       LIBPQ_VERSION: "15.0"
@@ -172,8 +172,7 @@ jobs:
       matrix:
         # These archs require an Apple M1 runner: [arm64, universal2]
         arch: [x86_64]
-        # pyver: [cp37, cp38, cp39, cp310]
-        pyver: [cp311]
+        pyver: [cp37, cp38, cp39, cp310, cp311]
 
     steps:
       - uses: actions/checkout@v3
@@ -207,7 +206,7 @@ jobs:
 
   windows:  # {{{
     runs-on: windows-latest
-    if: false
+    if: true
 
     strategy:
       fail-fast: false