Skip to content

Commit 879eb2d

Browse files
committed
behave: Install the latest typeguard from pypi
1 parent 8c9bf5f commit 879eb2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
- name: "Install packages"
105105
run: |
106106
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
107+
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
108109
109110
- name: "Checkout sources"
110111
uses: actions/checkout@v3

0 commit comments

Comments
 (0)