Skip to content

Commit

Permalink
Update release workflow to install dependencies from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Dec 23, 2024
1 parent b993926 commit 37ae0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: pip install mike
- run: pip install -r requirements.txt
- run: |
VERSION=$(git describe --tags)
mike deploy $VERSION latest
Expand Down

0 comments on commit 37ae0cf

Please sign in to comment.