Skip to content

Commit

Permalink
fix(heatmap): update docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Nov 4, 2024
1 parent fbced78 commit 647ac05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
- name: Start the services and install test dependencies
run: |
echo "DB=spatialite" >> sample.env
docker-compose config
docker-compose up -d
docker-compose ps
docker compose config
docker compose up -d
docker compose ps
docker exec -i eoxserver_autotest_1 pip3 install scipy
- name: Run the tests
env:
Expand Down

0 comments on commit 647ac05

Please sign in to comment.