File tree Expand file tree Collapse file tree 4 files changed +459
-446
lines changed Expand file tree Collapse file tree 4 files changed +459
-446
lines changed Original file line number Diff line number Diff line change 8989 working-directory : ${{ steps.working-dir.outputs.value }}
9090 run : |
9191 sudo make install
92+ asadm -e "info" || true
9293 asadm -e "info" 2>&1 | grep "Not able to connect"
94+ asinfo || true
9395 asinfo 2>&1 | grep "Not able to connect"
9496 - name : Create .tar
9597 working-directory : ${{ steps.working-dir.outputs.value }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "pypi"
55
66[packages ]
77bcrypt = " 4.0.1"
8- cryptography = " ==42.0.5 "
8+ cryptography = " ==42.0.8 "
99pyOpenSSL = " ==24.1.0"
1010distro = " ==1.8.0"
1111jsonschema = " ==4.20.0"
@@ -14,7 +14,7 @@ ply = "==3.11"
1414pyasn1 = " ==0.5.0"
1515toml = " ==0.10.2"
1616yappi = " ==1.6.0"
17- setuptools = " 69.1 .1"
17+ setuptools = " 69.5 .1"
1818aiohttp = " ==3.9.5"
1919python-dateutil = " 2.8.2"
2020msgpack = " 1.0.7"
@@ -24,7 +24,7 @@ asyncssh = "*"
2424
2525[dev-packages ]
2626parameterized = " *"
27- pyinstaller = " ==6.4 .0"
27+ pyinstaller = " ==6.8 .0"
2828black = " *"
2929flake8 = " *"
3030pytest = " *"
You can’t perform that action at this time.
0 commit comments