From 0de4c9c11c72676033a466b320e8a00f5890724e Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 14 Aug 2024 17:10:50 -0400 Subject: [PATCH] chore(ci): Fix installation step --- .github/workflows/schemacode_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schemacode_ci.yml b/.github/workflows/schemacode_ci.yml index 14746534db..46c437826c 100644 --- a/.github/workflows/schemacode_ci.yml +++ b/.github/workflows/schemacode_ci.yml @@ -33,7 +33,7 @@ jobs: - name: "Install build dependencies" run: pip install --upgrade build twine - name: "Install test dependencies on tag" - run: pip install --upgrade tools/schemacode[test] + run: pip install --upgrade tools/schemacode[tests] if: ${{ startsWith(github.ref, 'refs/tags/schema-') }} - name: "Build archive on tag" run: pytest tools/schemacode/bidsschematools -k make_archive