Skip to content

Commit

Permalink
Merge branch 'main' into feat/pytest_format
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmessiaen authored Jan 4, 2024
2 parents c1edb75 + d046450 commit 1275ffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,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@v2.0.2
uses: SonarSource/sonarcloud-github-action@v2.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand All @@ -175,7 +175,7 @@ jobs:

- name: "Python client: archive built artifacts"
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: dist/*whl

Expand All @@ -187,7 +187,7 @@ jobs:

- name: "Memory csv"
if: ${{ always() && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && !matrix.langchain_minimal && !matrix.pandas_v1 && !matrix.pydantic_v1 }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: memory*.csv
name: memory-usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ giskard = "giskard.integrations.mlflow.giskard_evaluator:GiskardEvaluator"
name = "giskard"
readme = "README.md"
license = { text = "Apache Software License 2.0" }
version = "2.1.3"
version = "2.2.0"
description = "The testing framework dedicated to ML models, from tabular to LLMs"
authors = [{ name = "Giskard AI", email = "[email protected]" }]
keywords = ["Artificial Intelligence", "Machine Learning", "Quality", "MLOps"]
Expand Down

0 comments on commit 1275ffe

Please sign in to comment.