From 40083c23e73d2386f6936a7c9dd34d7d50417d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Tue, 9 Jul 2024 14:52:37 -0700 Subject: [PATCH] Use letters to spell numbers. Job identifiers cannot start with numbers. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c3a4845..d910554 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: - name: Run pypi-install tests -- run: | earthly --ci +test-pypi-install --OS=${{matrix.os}} - 2and3-tests: + twoandthree-tests: strategy: fail-fast: false matrix: