Skip to content

Commit ef8abc9

Browse files
Add apt-get update to memory check workflow
1 parent 5aebd86 commit ef8abc9

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
@@ -35,7 +35,7 @@ jobs:
3535
run: pip install .[full]
3636

3737
- name: Install Valgrind
38-
run: sudo apt-get -y install valgrind
38+
run: sudo apt-get update && sudo apt-get -y install valgrind
3939

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

0 commit comments

Comments
 (0)