Skip to content

Commit

Permalink
conda pytest -> pip pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Terézia Slanináková committed Mar 18, 2024
1 parent 62b6bd5 commit 57a4f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
run: |
conda create -n env python=3.8
conda activate env
conda install matplotlib pandas scikit-learn pytest
pip install h5py setuptools tqdm faiss-cpu
conda install matplotlib pandas scikit-learn
pip install h5py setuptools tqdm faiss-cpu pytest
pip install torch --index-url https://download.pytorch.org/whl/cpu
- name: Run tests
run: pytest

0 comments on commit 57a4f20

Please sign in to comment.