From a862ffdbd9d10774b401a2639196a5d3c59c411c Mon Sep 17 00:00:00 2001 From: Christoph Fink Date: Tue, 28 Jan 2025 17:39:55 +0100 Subject: [PATCH] typo --- .github/workflows/release-and-deploy-v-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-and-deploy-v-tags.yml b/.github/workflows/release-and-deploy-v-tags.yml index 1e2c64d..841b7dc 100644 --- a/.github/workflows/release-and-deploy-v-tags.yml +++ b/.github/workflows/release-and-deploy-v-tags.yml @@ -54,7 +54,7 @@ jobs: distribution: temurin java-version: 21 - - run: pip install .[test] + - run: pip install .[tests] - run: python -m pytest