Skip to content

Commit

Permalink
Python v 3.12 failure not being allowed, added square brackets like a…
Browse files Browse the repository at this point in the history
…llowed versions
  • Loading branch information
stuchalk committed Dec 18, 2023
1 parent 22f70ef commit 836fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
allow_failure: [false]
include:
- python-version: "3.12"
allow_failure: true
allow_failure: [true]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 836fb98

Please sign in to comment.