Skip to content

Commit

Permalink
Update package-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtrp authored Feb 17, 2024
1 parent 31aabc5 commit 2f4d977
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -30,7 +30,7 @@ jobs:
coverage run --source scikit_posthocs -m pytest .
coverage xml
- name: Reporting coverage to Codacy
uses: codacy/codacy-coverage-reporter-action@0.2.0
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml

0 comments on commit 2f4d977

Please sign in to comment.