Skip to content

Commit

Permalink
Fix pytest-mpl-results artefact name for intel/arm versions of macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Jan 9, 2025
1 parent 0653784 commit 7d330c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: failure() && matrix.python-version == '3.11' && steps.pytest.conclusion == 'failure'
uses: actions/upload-artifact@v4
with:
name: pytest-mpl-results-${{ runner.os }}
name: pytest-mpl-results-${{ runner.os }}${{ matrix.os == 'macos-latest' && '_arm64' || '' }}
path: pytest_mpl_results/

- name: Run doctests with pytest
Expand Down

0 comments on commit 7d330c1

Please sign in to comment.