Skip to content

Commit 820fc8a

Browse files
Pin pytest version to 8.2.2
1 parent f31d659 commit 820fc8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
export PATH=$PATH:$HOME/.local/bin
4949
pip install ruff
5050
pip install isort
51-
pip install pytest
51+
pip install pytest==8.2.2
5252
- name: Analysing the code with ruff
5353
run: |
5454
ruff check .

0 commit comments

Comments
 (0)