Skip to content

Commit

Permalink
GCC is also needed now
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Aug 19, 2024
1 parent d1c3904 commit f7dd141
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 @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies, code, and list everything
working-directory: ./
run: |
conda install -y -c conda-forge python=3 curl unzip
conda install -y -c conda-forge python=3 curl unzip gcc
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 f7dd141

Please sign in to comment.