Skip to content

Commit

Permalink
Exclude builds that are expected to always fail
Browse files Browse the repository at this point in the history
  • Loading branch information
s0600204 committed May 25, 2024
1 parent a25a2de commit e3df98a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ jobs:
shell: bash
distutils: local

# Poetry 1.7.0 & 1.7.1 fail on all three systems above
poetVers:
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.1
- 1.6.0
- 1.5.1
Expand All @@ -61,6 +60,13 @@ jobs:
- 1.3.0
- 1.2.2

exclude:
# Poetry bug #8338 (ImportError: atomic_open from requests.utils)
- os: ubuntu-latest
shell: bash
distutils: local
poetVers: 1.6.0

steps:

# This should closely mirror the msys2-ci workflow file
Expand Down

0 comments on commit e3df98a

Please sign in to comment.