Skip to content

Commit

Permalink
Workflow updated to re-install python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rohhn authored and rohhn committed Feb 26, 2024
1 parent 4259e30 commit 3e0ed5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
git pull origin main
# Install Python dependencies
conda activate fer_env
python -m pip install -r requirements.txt
/home/deploy/miniconda3/envs/fer_env/bin/python -m pip install -r requirements.txt
# Build front-end
export NVM_DIR=~/.nvm
Expand Down

0 comments on commit 3e0ed5a

Please sign in to comment.