Skip to content

Commit

Permalink
πŸ’š ci: replace pdm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Oct 16, 2024
1 parent cfec1ec commit 513f1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: uv sync --only-dev --frozen

- name: Lint
run: python -m pdm run lint
run: uv run ./scripts/lint.sh

- name: Archive lint reports
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run: uv sync --only-dev --frozen

- name: Test
run: python -m pdm run test
run: uv run ./scripts/test.sh

- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 513f1ee

Please sign in to comment.