Skip to content

Commit

Permalink
.github: fix typo in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondr77 committed Sep 5, 2024
1 parent 6a7eeda commit 91f579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mito-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cd mito-ai
rm -rf venv
python3 -m venv venv
sourcevenv/bin/activate
source venv/bin/activate
python -m pip install --upgrade pip setuptools wheel
python ../deployment/bump_version.py mito-ai ${{ steps.extract_branch.outputs.branch }}
python -m pip install -e ".[deploy]" --verbose
Expand Down

0 comments on commit 91f579a

Please sign in to comment.