Skip to content

Commit

Permalink
fix(heatmap): fix CI test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius committed Nov 4, 2024
1 parent feda06f commit ae73c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
docker compose config
docker compose up -d
docker compose ps
docker exec -i eoxserver_autotest_1 pip3 install scipy
docker exec -i eoxserver-autotest-1 pip3 install scipy
- name: Run the tests
env:
COMPOSE_INTERACTIVE_NO_CLI: 1
run: |
docker exec -i eoxserver_autotest_1 python3 ${{ matrix.command }}
docker exec -i eoxserver-autotest-1 python3 ${{ matrix.command }}
- name: Upload logs and outputs of failed tests
uses: 'actions/upload-artifact@v3'
with:
Expand Down

0 comments on commit ae73c6f

Please sign in to comment.