Skip to content

Commit

Permalink
FIX: coverage.xml and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ldevillez committed May 17, 2024
1 parent e863378 commit d56e983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: steps.changed-python.outputs.any_changed == 'true'
uses: actions/setup-python@v3
with:
python-version: 3.x
python-version: "3.11"


- run: pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Create coverage xml
if: steps.changed-python.outputs.any_changed == 'true'
run: poetry run coverage xml coverage.xml
run: poetry run coverage xml

- name: Get Cover
if: steps.changed-python.outputs.any_changed == 'true'
Expand Down

0 comments on commit d56e983

Please sign in to comment.