We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d0a3f commit 4206dbaCopy full SHA for 4206dba
1 file changed
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
python-version: "3.11"
29
- name: Install dependencies
30
run: |
31
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
32
pip install -e .[dev]
33
pip install pytest
34
- name: Run toy model tests
0 commit comments