Skip to content

Commit abef799

Browse files
Remove redundant steps
1 parent 265152c commit abef799

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,7 @@ jobs:
109109
python-version: ${{ matrix.python-version }}
110110
allow-prereleases: true
111111

112-
- name: Upgrade pip
113-
run: |
114-
pip install pip
115-
pip --version
116-
- name: Install Poetry
117-
run: |
118-
pip install poetry
119-
poetry --version
120112
- name: Install Tox
121-
env:
122-
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
123113
run: |
124114
python -m pip install --upgrade pip
125115
pipx install tox

0 commit comments

Comments
 (0)