Skip to content

Commit

Permalink
edit shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Feb 2, 2024
1 parent b5a4854 commit 03cd19d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ jobs:
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!

- name: Install dependencies
shell: bash -l {0}
shell: bash -l # use login shell to activate conda env
run: |
sudo apt-get update
sudo apt install -y libopenmpi-dev openmpi-bin
Expand All @@ -413,14 +413,14 @@ jobs:
sed -i -E "s/nbsphinx_execute *=.*/nbsphinx_execute = 'always'/g" doc/conf.py
- name: List packages
shell: bash -l {0}
shell: bash -l
run: |
pip list
conda list
python --version
- name: make html
shell: bash -l {0}
shell: bash -l
run: |
cd doc
make html
Expand Down

0 comments on commit 03cd19d

Please sign in to comment.