From 8ef79f79d25a201f2c879b6bac37e6d2a066409a Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Wed, 6 Mar 2024 15:19:22 -0600 Subject: [PATCH] no message --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7eee5b6..96eade8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,8 +27,7 @@ jobs: with: python-version: 3.12 - name: Install dependencies - run: | - make install + run: make install - name: Get version id: get_version run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}