Skip to content

Commit

Permalink
remove venv
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Apr 24, 2024
1 parent 597bee1 commit 24f5643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ jobs:
# TODO: Create customizable variables for these?
start: |
pg_isready -d db -h ${{ env.POSTGRES_HOSTNAME }} -p ${{ env.POSTGRES_PORT }} -U admin
source .venv/bin/activate
yarn start dev_server_only=true
make start
wait-on: "http://localhost:8080, http://localhost:9000/health"
Expand Down

0 comments on commit 24f5643

Please sign in to comment.