Skip to content

Commit

Permalink
Install complete suite instead of just dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Aug 16, 2024
1 parent 1bb764e commit f620e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tutorial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
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
python -m pip install .[dev]
python -m pip install .[all]
conda list
- name: Grab files needed for tests
run: |
Expand Down

0 comments on commit f620e84

Please sign in to comment.