Skip to content

Commit aef07b7

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test_routine.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ 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
2426
- name: Install dependecies
2527
run: |
2628
conda --version

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ dependencies = [
3030
"matplotlib",
3131
"scipy",
3232
"scikit-learn",
33-
"pytest",
3433
"ipympl"
3534
]
3635

3736
[project.optional-dependencies]
38-
dev = ["pytest-runner", "black", "build", "twine"]
37+
dev = ["pytest", "black", "build", "twine"]
3938

4039
[tool.setuptools.packages.find]
4140
where = ["src"]

0 commit comments

Comments
 (0)