Skip to content

Commit 09a19b9

Browse files
committed
Try sourcing mdolabuser's bashrc
1 parent 06afad3 commit 09a19b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/oas.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ jobs:
2525
runs-on: ubuntu-latest
2626
container:
2727
image: mdolab/public:u22-gcc-ompi-${{ matrix.dockerImage }}-amd64
28-
options: --user root
2928
steps:
3029
- uses: actions/checkout@v4
30+
- name: Install OAS
31+
run: |
32+
source /home/mdolabuser/.bashrc
33+
source /home/mdolabuser/.bashrc_mdolab
3134
- name: Install OAS
3235
run: |
3336
pip install -e .[test,mphys]

0 commit comments

Comments
 (0)