We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aebd86 commit ef8abc9Copy full SHA for ef8abc9
.github/workflows/memory_check.yml
@@ -35,7 +35,7 @@ jobs:
35
run: pip install .[full]
36
37
- name: Install Valgrind
38
- run: sudo apt-get -y install valgrind
+ run: sudo apt-get update && sudo apt-get -y install valgrind
39
40
- name: Run tests with Valgrind
41
run: valgrind --suppressions=valgrind-python.supp --error-exitcode=1 pytest -x
0 commit comments