Skip to content

Commit

Permalink
πŸ’š ci: call script directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Oct 16, 2024
1 parent cec2744 commit 75a485f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
platform: [ubuntu-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4

Expand All @@ -75,7 +72,7 @@ jobs:
run: uv sync --only-dev --frozen

- name: Test
run: uv run ./scripts/test.sh
run: ./scripts/test.sh

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

0 comments on commit 75a485f

Please sign in to comment.