Skip to content

Commit

Permalink
add action details step
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed Dec 20, 2024
1 parent a54b8e7 commit c549a1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mpl_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ jobs:
python -m pip install --upgrade pip
pip install -r devtools/dev-requirements.txt
pip install "matplotlib==${{ matrix.mpl-version }}"
- name: Test with pytest
- name: Action Details
run: |
pwd
lscpu
pip list
- name: Test with pytest
run: |
python -m pytest tests/test_plotting.py --durations=0 --mpl --maxfail=1

0 comments on commit c549a1c

Please sign in to comment.