Skip to content

Commit 4206dba

Browse files
committed
update setuptools
1 parent 82d0a3f commit 4206dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: "3.11"
2929
- name: Install dependencies
3030
run: |
31-
python -m pip install --upgrade pip
31+
python -m pip install --upgrade pip setuptools wheel
3232
pip install -e .[dev]
3333
pip install pytest
3434
- name: Run toy model tests

0 commit comments

Comments
 (0)