Skip to content

Commit

Permalink
Complete "Github Actions" configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Mar 6, 2024
1 parent b122969 commit 474b8bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v3
with:
submodules: true
- name: 'Setup Python'
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -121,7 +119,7 @@ jobs:
- name: 'Collect Python coverage'
run: coverage xml -o coverage_python.xml
- name: 'Install Rust coverage dependencies'
run: cargo install grcov
uses: taiki-e/install-action@grcov
if: ${{ !startsWith(matrix.python_version, 'pypy') }}
- name: 'Collect Rust coverage'
run: >
Expand Down

0 comments on commit 474b8bd

Please sign in to comment.