Skip to content

Commit 786d60a

Browse files
committed
second CI fix
1 parent 2c95545 commit 786d60a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/CI.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
build:
12+
test:
1313
runs-on: ubuntu-latest
14-
steps:
15-
- uses: actions/checkout@v5
16-
- uses: actions/setup-python@v5
17-
with:
18-
python-version: '3.11'
19-
- name: Install dependencies
20-
run: |
21-
python -m pip install --upgrade pip
22-
pip install -e .[test]
23-
- name: Test with pytest
24-
run: |
25-
pytest metoppy/tests --cov=metoppy --cov-report=xml
14+
steps:
15+
- uses: actions/checkout@v5
16+
- uses: actions/setup-python@v5
17+
with:
18+
python-version: '3.11'
19+
- name: Install dependencies
20+
run: |
21+
python -m pip install --upgrade pip
22+
pip install -e .[test]
23+
- name: Test with pytest
24+
run: |
25+
pytest metoppy/tests --cov=metoppy --cov-report=xml

0 commit comments

Comments
 (0)