Skip to content

Commit 256f914

Browse files
committed
fix typo
1 parent dab49fb commit 256f914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/memory_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
run: sudo apt-get -y install valgrind
3939

4040
- name: Run tests with Valgrind
41-
run: valgrind --supressions=valgrind-python.supp --error-exitcode=1 pytest -x
41+
run: valgrind --suppressions=valgrind-python.supp --error-exitcode=1 pytest -x

0 commit comments

Comments
 (0)