Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Dec 1, 2024
1 parent 72958d7 commit 0f0b517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_inner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ runs:
python3 -m pip install -e .[tests,gym]
- name: Tests
shell: bash
run: |
pytest --cov=cst_python --cov-report json
shell: bash
- if: ${{inputs.os == 'ubuntu-latest' && inputs.python-version == '3.12'}}
name: Upload coverage report
Expand Down

0 comments on commit 0f0b517

Please sign in to comment.