Skip to content

Commit

Permalink
minor: coverage action to use only python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Oct 1, 2023
1 parent 32a40c2 commit 7ed1d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy-coverage-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
strategy:
matrix:
platform: [ ubuntu-latest, macos-latest ]
python-version: ["3.8", "3.9", "3.10"]
platform: [ ubuntu-latest, ]
python-version: ["3.8", ]

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 7ed1d7f

Please sign in to comment.