Skip to content

Commit

Permalink
CI: allow Python 2.7 failures.
Browse files Browse the repository at this point in the history
Temporary work-around for:

    ##[error]The version '2.7' with architecture 'x64' was not found for Ubuntu 20.04.
  • Loading branch information
jwilk committed Jun 22, 2023
1 parent 74401df commit 4db50bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
os: ubuntu-22.04
- python: '3.12-dev'
os: ubuntu-22.04
continue-on-error: ${{startsWith(matrix.python, '2.')}}
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4db50bf

Please sign in to comment.