Skip to content

Commit

Permalink
enfore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Dec 23, 2023
1 parent 1531ff7 commit b0c06a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install pandas==1.3.5 numpy==1.22.3 tqdm==4.62.3 psutil==5.9.0
pip install .
- name: Test with pytest
Expand Down
1 change: 0 additions & 1 deletion tests/global-unit-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

logger.info("no config passed")
df = pd.read_csv("dataset/golf.txt")
logger.info(df.head())
model = cb.fit(df)

gc.collect()
Expand Down

0 comments on commit b0c06a9

Please sign in to comment.