Skip to content

Commit

Permalink
Merge pull request #2075 from Giskard-AI/dep/batch-upgrade-2024-11-18
Browse files Browse the repository at this point in the history
Dependa bot - batch upgrade 2024-11-18
  • Loading branch information
henchaves authored Nov 18, 2024
2 parents 285fd6c + 6550111 commit 94b5a37
Show file tree
Hide file tree
Showing 3 changed files with 759 additions and 435 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

- name: SonarCloud Scan
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && !matrix.langchain_minimal && !matrix.pandas_v1 && !matrix.pydantic_v1 && (github.event.ref == 'refs/heads/main' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
uses: SonarSource/sonarcloud-github-action@v3.0.0
uses: SonarSource/sonarcloud-github-action@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down Expand Up @@ -233,15 +233,14 @@ jobs:

retry-on-failure:
if: failure() && fromJSON(github.run_attempt) < 2
needs: [ build-python ]
needs: [build-python]
runs-on: ubuntu-latest
steps:
- env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}
run: gh workflow run retry-workflow.yml --ref ${{ github.ref }} -F run_id=${{ github.run_id }}


install-poetry:
name: "Check if wheel can be installed with using Poetry"
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 94b5a37

Please sign in to comment.