diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9aff86..14ca395 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,5 @@ jobs: steps: - run: >- python -c "assert set([ - '${{ needs.cgroup-v1.result }}', '${{ needs.cgroup-v2.result }}', ]) == {'success'}"