Skip to content

Commit 0c1b581

Browse files
committed
Added apt update to the workflow.
1 parent 9d01a0d commit 0c1b581

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
4141
- name: Install dependencies
4242
run: |
43+
sudo apt-get update
4344
sudo apt-get install --no-install-recommends --yes zfsutils-linux
4445
4546
- name: Setup squid

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"black",
1919
"tabulate==0.9.0",
2020
]
21-
version = "1.1.4"
21+
version = "1.1.5"
2222
classifiers = [
2323
"Programming Language :: Python :: 3",
2424
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)