Skip to content

Commit d9e3e58

Browse files
committed
Updates for automated testing
1 parent aef07b7 commit d9e3e58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_routine.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ jobs:
2121
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
- name: Install pytest
25-
run: python -m pip install --upgrade pytest
2624
- name: Install dependecies
2725
run: |
2826
conda --version
2927
which python
3028
python -m pip install .
29+
python -m pip install pytest
3130
3231
- name: Run tests
3332
run: |

0 commit comments

Comments
 (0)