Skip to content

Commit

Permalink
remove platform specification from docs-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
remrama committed Oct 8, 2024
1 parent b7bc10f commit ab79301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == 3.9 }}
uses: actions/upload-artifact@v4
with:
name: docs-artifact-${{ matrix.platform }}-${{ matrix.python-version }}
name: docs-artifact
path: docs/build/html

- name: Upload coverage report
Expand Down

0 comments on commit ab79301

Please sign in to comment.