Skip to content

Commit 08f2486

Browse files
committed
Use latest setuptools and wheel version
1 parent 4c3d87e commit 08f2486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install dependencies
3939
run: |
40-
python -m pip install --upgrade pip
40+
python -m pip install --upgrade pip setuptools wheel
4141
python -m pip install --upgrade -r requirements.txt
4242
python -m pip install --upgrade -r requirements/development.txt
4343
python -m pip install --upgrade -r requirements/documentation.txt

0 commit comments

Comments
 (0)