Skip to content

Commit

Permalink
remove unnecessary step.
Browse files Browse the repository at this point in the history
Co-authored-by: Kento Nozawa <[email protected]>
  • Loading branch information
DanielAvdar and nzw0301 authored Feb 22, 2024
1 parent c88998b commit 23c8231
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/matplotlib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
pipdeptree
- name: Scheduled tests
if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
run: |
pytest tests -m "not integration"
- name: Tests without Plotly
if: ${{ github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' }}
Expand Down

0 comments on commit 23c8231

Please sign in to comment.