We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9bf5f commit 879eb2dCopy full SHA for 879eb2d
1 file changed
.github/workflows/tests.yaml
@@ -104,7 +104,8 @@ jobs:
104
- name: "Install packages"
105
run: |
106
sudo apt-get -y update
107
- sudo apt-get -y --no-install-recommends install python3-behave diffstat diffutils python3 python3-cryptography python3-pip python3-rpm python3-setuptools python3-typeguard python3-urllib3
+ sudo apt-get -y --no-install-recommends install python3-behave diffstat diffutils python3 python3-cryptography python3-pip python3-rpm python3-setuptools python3-urllib3
108
+ sudo pip3 install typeguard
109
110
- name: "Checkout sources"
111
uses: actions/checkout@v3
0 commit comments