Skip to content

Commit 7122191

Browse files
authored
Rename hardcoded py to pytest in reusable-tox.yml
1 parent c4da1fa commit 7122191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
shell: bash
263263
- name: Download all the dists
264264
if: >-
265-
contains(fromJSON('["metadata-validation", "py"]'), inputs.toxenv)
265+
contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
266266
uses: actions/download-artifact@v4
267267
with:
268268
name: ${{ inputs.dists-artifact-name }}

0 commit comments

Comments
 (0)