Skip to content

Commit

Permalink
Fix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai committed Jul 4, 2024
1 parent 5337a9f commit d68e7c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ jobs:
run-linter:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.11, 3.12]

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Run linter
- name: Run linter on Python ${{ matrix.python-version }}
uses: chartboost/ruff-action@v1

publish-to-pypi:
Expand All @@ -32,7 +36,7 @@ jobs:

strategy:
matrix:
python-version: [3.11, 3.12]
python-version: [3.12]

steps:
- name: Checkout repository
Expand Down

0 comments on commit d68e7c2

Please sign in to comment.