From c549a1c49185c0fa09a1d7545a8f86027bd91a0f Mon Sep 17 00:00:00 2001 From: YigitElma Date: Fri, 20 Dec 2024 17:40:12 -0500 Subject: [PATCH] add action details step --- .github/workflows/mpl_tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mpl_tests.yml b/.github/workflows/mpl_tests.yml index 20304a4bc..0cf8ee944 100644 --- a/.github/workflows/mpl_tests.yml +++ b/.github/workflows/mpl_tests.yml @@ -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