Skip to content

Commit a7a1dce

Browse files
committed
Upgrade setuptools
1 parent 39bc743 commit a7a1dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
run: |
3333
apt update && apt install python3-venv -y
3434
python3 -m venv --system-site-packages .venv
35-
.venv/bin/pip install -qr requirements-dev.txt
36-
.venv/bin/pip install .
35+
.venv/bin/pip install -U setuptools
36+
.venv/bin/pip install -r requirements-dev.txt
3737
3838
- name: Run tests
3939
env:

0 commit comments

Comments
 (0)