We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8f293 commit c32a344Copy full SHA for c32a344
.github/workflows/tests.yml
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
python -m pip install invoke .[dev]
25
+ python -m pip uninstall xgboost --yes
26
- name: Run lint checks
27
run: invoke lint
28
tasks.py
@@ -2,6 +2,7 @@
2
import os
3
import shutil
4
import stat
5
+import sys
6
from pathlib import Path
7
8
import tomli
0 commit comments