Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Jan 14, 2024
1 parent d21c940 commit b00e6c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: postgis/postgis:13-3.0
env:
POSTGRES_PASSWORD: postgis
POSTGRES_DB: arches
POSTGRES_DB: arches_rdm_example_project
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install -r arches/install/requirements.txt
pip install -r arches/install/requirements_dev.txt
pip install -r arches_rdm_example_project/install/requirements.txt
pip install -r arches_rdm_example_project/install/requirements_dev.txt
echo Python packages installed
Expand Down

0 comments on commit b00e6c5

Please sign in to comment.