Skip to content

Commit d503060

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 197d6e3 + f5445bf commit d503060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -r requirements.txt --upgrade
26+
pip install -r requirements.txt --upgrade pytest
2727
- name: Test with pytest
2828
run: |
2929
pytest

0 commit comments

Comments
 (0)