Skip to content

Commit 9d11989

Browse files
authored
Corrections to ci.yml
1 parent d0d2f0f commit 9d11989

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ env:
1919

2020
jobs:
2121
ci:
22+
runs-on: ubuntu-latest
2223
container: openmc/openmc:v0.12.1
23-
24-
steps:
25-
-
26-
name: Apt dependencies
27-
shell: bash
28-
run: sudo apt install -y libgl1-mesa
29-
-
30-
uses: actions/checkout@v2
31-
-
32-
name: Install
33-
shell: bash
34-
run: |
35-
cd ${GITHUB_WORKSPACE}
36-
pip install .[test]
37-
-
38-
name: Test
39-
shell: bash
40-
run: |
41-
cd ${GITHUB_WORKSPACE}
42-
pytest -v tests
24+
steps:
25+
-
26+
name: Apt dependencies
27+
shell: bash
28+
run: sudo apt install -y libgl1-mesa
29+
-
30+
uses: actions/checkout@v2
31+
-
32+
name: Install
33+
shell: bash
34+
run: |
35+
cd ${GITHUB_WORKSPACE}
36+
pip install .[test]
37+
-
38+
name: Test
39+
shell: bash
40+
run: |
41+
cd ${GITHUB_WORKSPACE}
42+
pytest -v tests

0 commit comments

Comments
 (0)