Skip to content

Commit

Permalink
behave: Install the latest typeguard from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dmach committed Jan 9, 2024
1 parent 8c9bf5f commit 879eb2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
- name: "Install packages"
run: |
sudo apt-get -y update
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
sudo pip3 install typeguard
- name: "Checkout sources"
uses: actions/checkout@v3
Expand Down

0 comments on commit 879eb2d

Please sign in to comment.