Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit c43b0ac

Browse files
committed
Fixing tests.
1 parent 98b48f8 commit c43b0ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Set up python
4444
id: setup-python
45-
uses: actions/setup-python@v4.2.0
45+
uses: actions/setup-python@v4.3.0
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
architecture: ${{ matrix.architecture }}
@@ -68,4 +68,4 @@ jobs:
6868
- name: Run tests
6969
run: |
7070
source $VENV
71-
python -m pytest tests/su
71+
python -m pytest tests/

0 commit comments

Comments
 (0)