Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Fix the workflow.
  • Loading branch information
tony-vanderpeet authored Oct 4, 2023
1 parent a5e317d commit ca0d666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10"]
python-version: ["3.10", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10
- name: Set awplus and ansible env vars
run: |
echo "AWPLUS_PATH=${GITHUB_WORKSPACE}/ansible_collections/alliedtelesis/awplus/" >> $GITHUB_ENV
Expand Down

0 comments on commit ca0d666

Please sign in to comment.