Skip to content

Commit

Permalink
Another typo to fix pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat committed Oct 5, 2023
1 parent 8146282 commit 17df0b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@ jobs:
name: receptorctl (Python ${{ matrix.python-version }})
needs: receptor
strategy:
include:
- os-version: "ubuntu-22.04"
python-version: [ "3.5-dev", "3.6-dev", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev" ]
matrix:
include:
- os-version: "ubuntu-22.04"
python-version: [ "3.5-dev", "3.6-dev", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev" ]
runs-on: "${{ matrix.os-version }}"
steps:
- name: Checkout
Expand Down

0 comments on commit 17df0b8

Please sign in to comment.