Skip to content

Commit

Permalink
remove python version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mihrab34 committed Jul 15, 2024
1 parent 7ad692f commit a0e67f1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ on:

jobs:
test:
name: Run tests & display coverage
name: Check coverage
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9, "3.10", "3.11" ]
permissions:
pull-requests: write
contents: write
Expand All @@ -22,10 +19,10 @@ jobs:
with:
fetch-depth: 1

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
python-version: 3.11

- name: Install Poetry
uses: abatilo/[email protected]
Expand Down

0 comments on commit a0e67f1

Please sign in to comment.