Skip to content

Commit

Permalink
Adding pytest dependency into test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatingNull committed May 20, 2023
1 parent eb92295 commit 49961d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}

- name: Install depenencies
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip pytest
python -m pip install .
- name: Run tests
Expand Down

0 comments on commit 49961d6

Please sign in to comment.