Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilsAutumn committed Aug 8, 2024
1 parent a9f8783 commit 94bc502
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/zango-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ jobs:
# Step 3: Install dependencies
- name: Install local zango package
run: |
cd backend
python -m pip install -e .
python -m pip install -e ./backend
# Step 4: Setup up environment variables
- name: Set up environment variables
shell: bash
run: |
cd ..
echo "
POSTGRES_USER=postgres
POSTGRES_PASSWORD=mysecretpassword
Expand Down

0 comments on commit 94bc502

Please sign in to comment.