diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fbd7e89..39036c2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,5 +42,7 @@ jobs: run: | earthly --ci +test-pypi-install --OS=${{matrix.os}} - name: Run 2and3 tests + # This test can only be run on platforms that have Python 2 and Python 3 packages. + if: ${{contains(["ubuntu:focal", "debian:bullseye", "ubuntu:jammy"], matrix.os)}} run: | earthly --ci +test-2and3 --OS=${{matrix.os}}