diff --git a/.github/workflows/test-integration-vizro-ai.yml b/.github/workflows/test-integration-vizro-ai.yml index 758cd04eb..e8f8c7a7d 100644 --- a/.github/workflows/test-integration-vizro-ai.yml +++ b/.github/workflows/test-integration-vizro-ai.yml @@ -94,15 +94,15 @@ jobs: hatch run ${{ matrix.hatch-env }}:pip install ../vizro-core/dist/vizro*.tar.gz hatch run ${{ matrix.hatch-env }}:test-integration - - name: Send custom JSON data to Slack - id: slack - uses: slackapi/slack-github-action@v1.26.0 - if: failure() - with: - payload: | - { - "text": "Vizro-ai ${{ matrix.hatch-env }} integration tests build result: ${{ job.status }}\nBranch: ${{ github.head_ref }}\n${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" - } - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK +# - name: Send custom JSON data to Slack +# id: slack +# uses: slackapi/slack-github-action@v1.26.0 +# if: failure() +# with: +# payload: | +# { +# "text": "Vizro-ai ${{ matrix.hatch-env }} integration tests build result: ${{ job.status }}\nBranch: ${{ github.head_ref }}\n${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" +# } +# env: +# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} +# SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK diff --git a/vizro-ai/hatch.toml b/vizro-ai/hatch.toml index fc8724511..46d37fcf3 100644 --- a/vizro-ai/hatch.toml +++ b/vizro-ai/hatch.toml @@ -12,6 +12,7 @@ scripts = {add = "scriv create --add", collect = ["scriv collect --add", "- hatc dependencies = [ "devtools[pygments]", "coverage[toml]>=6.5", + "selenium==4.23.0", "pytest", "pytest-rerunfailures", "toml",