From d424098850c06d78c8413c97b6fbde57b35d8564 Mon Sep 17 00:00:00 2001 From: Sander Roet Date: Tue, 22 Oct 2024 15:25:25 +0200 Subject: [PATCH] try recreating working env --- .github/workflows/tutorial-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tutorial-tests.yml b/.github/workflows/tutorial-tests.yml index 3497a90..deb14c4 100644 --- a/.github/workflows/tutorial-tests.yml +++ b/.github/workflows/tutorial-tests.yml @@ -27,8 +27,9 @@ jobs: - name: Install dependencies, code, and list everything working-directory: ./ run: | - conda install -y -c conda-forge python=3 cupy cuda-version=11.8 curl unzip - python -m pip install coverage mdextractor #mdextractor is new and might need to be replaced later + conda install -y -c conda-forge python=3 cupy=13.3.0=py312h8e83189_0 cupy-core=13.3.0=py312h53955ab_0 libgcc=14.1 numpy=2.1.1 c-ares=1.33.1 cuda-version=11.8 curl unzip + python -m pip install markupsafe==2.1.5 distlib==0.3.8 coverage==7.6.1 + python -m pip install coverage mdextractor #mdextractor is new and might need to be replaced later python -m pip install .[all] conda list - name: Grab files needed for tests