Skip to content

Commit

Permalink
Rename hardcoded py to pytest in reusable-tox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Jan 13, 2025
1 parent c4da1fa commit 7122191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
shell: bash
- name: Download all the dists
if: >-
contains(fromJSON('["metadata-validation", "py"]'), inputs.toxenv)
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
uses: actions/download-artifact@v4
with:
name: ${{ inputs.dists-artifact-name }}
Expand Down

0 comments on commit 7122191

Please sign in to comment.