Skip to content

Commit

Permalink
test different activation of venv
Browse files Browse the repository at this point in the history
  • Loading branch information
dvviktordelev committed Apr 25, 2024
1 parent 24f5643 commit 907b1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
install: false
# TODO: Create customizable variables for these?
start: |
. .venv/bin/activate
pg_isready -d db -h ${{ env.POSTGRES_HOSTNAME }} -p ${{ env.POSTGRES_PORT }} -U admin
yarn start dev_server_only=true
make start
Expand Down

0 comments on commit 907b1a5

Please sign in to comment.