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 9b6761d commit fab9c3dCopy full SHA for fab9c3d
.github/workflows/workflow.yml
@@ -28,15 +28,15 @@ jobs:
28
pip install --upgrade pip
29
pip install .
30
pip install ".[dev]"
31
- pip install ".[extras]"
32
pip install ".[api]"
+ # Note: extras temporarily disabled due to aix360 pandas<2.0.0 conflict
33
- name: Lint
34
run: |
35
pylint --ignore-imports=yes $(find src/trustyai -type f -name "*.py")
36
- name: Test with pytest
37
38
pytest -v -s tests/general
39
- pytest -v -s tests/extras
+ # pytest -v -s tests/extras # Temporarily disabled due to aix360 pandas<2.0.0 conflict
40
pytest -v -s tests/initialization --forked
41
- name: Style
42
0 commit comments