Skip to content

Commit b0ea858

Browse files
committed
dev: unpin tox and pip in actions
1 parent f30220e commit b0ea858

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535

3636
- name: Upgrade pip
3737
run: |
38-
pip install --constraint=.github/workflows/constraints.txt pip
38+
pip install pip
3939
pip --version
4040
4141
- name: Install Tox
4242
run: |
43-
pip install --constraint=.github/workflows/constraints.txt tox
43+
pip install tox
4444
tox --version
4545
4646
- name: Run Tox

.github/workflows/constraints.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)