Skip to content

Commit

Permalink
chore: Rename 'py' to 'pytest' in GHA to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Jan 9, 2025
1 parent 1c9823e commit c4da1fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ jobs:
- macos-13
- windows-2025
toxenv:
- py
- pytest
xfail:
- false

Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ set_env =
COVERAGE_PROCESS_START = {toxinidir}{/}.coveragerc
wheel_build_env = .pkg

# Duplicate default 'py' env to 'pytest' to be able run pytest with 'tox run -e pytest'
[testenv:pytest]


[testenv:cleanup-dists]
description =
Expand Down

0 comments on commit c4da1fa

Please sign in to comment.