Skip to content

Commit c32a344

Browse files
committed
fix tests
1 parent db8f293 commit c32a344

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
python -m pip install invoke .[dev]
25+
python -m pip uninstall xgboost --yes
2526
- name: Run lint checks
2627
run: invoke lint
2728

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import os
33
import shutil
44
import stat
5+
import sys
56
from pathlib import Path
67

78
import tomli

0 commit comments

Comments
 (0)