From: Daniele Varrazzo Date: Wed, 26 Oct 2022 23:00:38 +0000 (+0200) Subject: ci: re-enable suspended job after building the missing image X-Git-Tag: pool-3.1.4~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c361bdf1629aec7e7852f194e28b424f6d075d8;p=thirdparty%2Fpsycopg.git ci: re-enable suspended job after building the missing image --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index b250313cb..61c930b64 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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