Skip to content

Commit

Permalink
🩹 source venv before installing deps in devsetup
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Oct 17, 2024
1 parent 6c714d2 commit e9d46cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ venv() {
if [ ! -d fds-env ]; then
echo "Could not find virtual environment fds-env"
fi

source fds-env/bin/activate
}

pull() {
Expand All @@ -105,6 +103,7 @@ pull() {
}

dependencies() {
source fds-env/bin/activate
echo "Installing $MAIN..."

uv pip install -r $MAIN/requirements-dev.txt
Expand Down

0 comments on commit e9d46cd

Please sign in to comment.