From 771c759d4f729b08f42e7a741c08f40d2be10c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ter=C3=A9zia=20Slanin=C3=A1kov=C3=A1?= <445526@mail.muni.cz> Date: Mon, 18 Mar 2024 11:39:39 +0100 Subject: [PATCH] Added check path step --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e5422b..5d07713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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