Skip to content

Commit

Permalink
fix: Updated lock and re-experiment with 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Jan 8, 2025
1 parent 2742a7b commit 00705c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/latest-stack-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ 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.11'
- '3.12'

runs-on: ubuntu-latest
environment: behaviour-stack-alan
Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00705c1

Please sign in to comment.