Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdz committed May 11, 2024
1 parent 921840d commit d5b6338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: poetry install --with dev
- if: ${{ matrix.use-mypyc }}
name: Build mypyc modules
run: poetry run python build.py --inplace
run: poetry run python build_mypyc.py --inplace
- name: Run tests with coverage
run: poetry run coverage run -m unittest
- name: Show coverage report
Expand Down

0 comments on commit d5b6338

Please sign in to comment.