Skip to content

Commit

Permalink
Added check path step
Browse files Browse the repository at this point in the history
  • Loading branch information
Terézia Slanináková committed Mar 18, 2024
1 parent 57a4f20 commit 771c759
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ jobs:
conda create -n env python=3.8
conda activate env
conda install matplotlib pandas scikit-learn
pip install --upgrade pip
pip install h5py setuptools tqdm faiss-cpu pytest
pip install torch --index-url https://download.pytorch.org/whl/cpu
- name: Check PATH
run: echo $PATH

- name: Run tests
run: pytest

0 comments on commit 771c759

Please sign in to comment.