Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 6, 2024
1 parent b5d5543 commit 8ef79f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/}
Expand Down

0 comments on commit 8ef79f7

Please sign in to comment.