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 9d01a0d commit 0c1b581Copy full SHA for 0c1b581
.github/workflows/tests.yml
@@ -40,6 +40,7 @@ jobs:
40
41
- name: Install dependencies
42
run: |
43
+ sudo apt-get update
44
sudo apt-get install --no-install-recommends --yes zfsutils-linux
45
46
- name: Setup squid
pyproject.toml
@@ -18,7 +18,7 @@ dependencies = [
18
"black",
19
"tabulate==0.9.0",
20
]
21
-version = "1.1.4"
+version = "1.1.5"
22
classifiers = [
23
"Programming Language :: Python :: 3",
24
"Operating System :: OS Independent",
0 commit comments