Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit 9d8af69

Browse files
ci: fix workflow
1 parent c6bc1d1 commit 9d8af69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
with open(os.environ["GITHUB_ENV"], mode="a") as io:
5656
print(f"VIRTUALENV_PIP={pip.__version__}", file=io)
5757
58-
- name: Install Testments
58+
- name: Install Test Requirements
5959
run: |
60-
pipx install -r github/workflows/constraints.txt
60+
pip install -r github/workflows/constraints.txt
6161
poetry --version
6262
nox --version
6363

0 commit comments

Comments
 (0)