Skip to content

Commit

Permalink
try to compile cupy instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Aug 19, 2024
1 parent 9c89c20 commit d1c3904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tutorial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- sroet-patch-1
tags:
- "[0-9]+.[0-9]+.[0-9]+"
schedule:
Expand All @@ -26,7 +27,7 @@ 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
conda install -y -c conda-forge python=3 curl unzip
python -m pip install coverage mdextractor #mdextractor is new and might need to be replaced later
python -m pip install .[all]
conda list
Expand Down

0 comments on commit d1c3904

Please sign in to comment.