Skip to content

Commit

Permalink
ci: Back to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 8, 2025
1 parent 043bcfb commit 4378cf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/latest-stack-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ on:
jobs:
test-alan:

# We have to avoid Python 3.12 (3.12.8) as the GitHub Action
# always generates an argparse error when we try and run
# the awx command from within the 'behave' tests.
strategy:
matrix:
python-version:
- '3.12'
- '3.11'

runs-on: ubuntu-latest
environment: behaviour-stack-alan
Expand Down

0 comments on commit 4378cf2

Please sign in to comment.