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.
pip install
1 parent 6276868 commit a0e5d10Copy full SHA for a0e5d10
.github/workflows/build_lint.yml
@@ -46,7 +46,7 @@ jobs:
46
path: ~/.cache/pip
47
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('Pipfile.lock') }}
48
- name: Install dependencies
49
- run: pip install .[dev]
+ run: pip install wheel && pip install .[dev]
50
- name: Test with pytest
51
run: pytest --cov=mesa tests/ --cov-report=xml
52
- if: matrix.os == 'ubuntu'
0 commit comments