Skip to content

Commit 49961d6

Browse files
committed
Adding pytest dependency into test workflow.
1 parent eb92295 commit 49961d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
python-version: ${{ matrix.python-version }}
4444
architecture: ${{ matrix.architecture }}
4545

46-
- name: Install depenencies
46+
- name: Install dependencies
4747
run: |
48-
python -m pip install --upgrade pip
48+
python -m pip install --upgrade pip pytest
4949
python -m pip install .
5050
5151
- name: Run tests

0 commit comments

Comments
 (0)