Skip to content

Commit 08abb62

Browse files
committed
update package list before installing
1 parent d559852 commit 08abb62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/container_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: install OS & Python packages
2222
run: |
23+
# ensure package list is up to date to avoid 404's for old packages
24+
sudo apt-get update -yqq
2325
# for building Singularity images
2426
sudo apt-get install rpm
2527
sudo apt-get install yum

0 commit comments

Comments
 (0)