From 391fc52017d0a2f3e4aafce07da56b035d8e5366 Mon Sep 17 00:00:00 2001 From: albrja <37345113+albrja@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:22:12 -0700 Subject: [PATCH] Fix typo in deploy yml (#331) Fix typo in deploy yml Fixes typo in deploy workflow yml - *Category*: CI - *JIRA issue*: [MIC-XYZ](https://jira.ihme.washington.edu/browse/MIC-XYZ) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index db7ed585..e303098d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: pip install setuptools wheel twine - name: Test run: | - pip install .[tests] + pip install .[test] pytest --runslow ./tests - name: Build and publish env: