diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e0caa5f01..00a90fd91 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -32,7 +32,6 @@ jobs: # cSpell:ignore typeguard if dpkg -l | grep -q python3-typeguard; then sudo apt remove -y python3-typeguard - pip install typeguard fi - name: Get package list