Skip to content

Commit

Permalink
feat: Dropping Python 3.8 from local integration tests and integratio…
Browse files Browse the repository at this point in the history
…n tests (feast-dev#3994)

Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
  • Loading branch information
franciscojavierarceo authored and lokeshrangineni committed Mar 7, 2024
1 parent 509a19d commit aa7f807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ jobs:
SNOWFLAKE_CI_PASSWORD: ${{ secrets.SNOWFLAKE_CI_PASSWORD }}
SNOWFLAKE_CI_ROLE: ${{ secrets.SNOWFLAKE_CI_ROLE }}
SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
run: pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests --integration --durations=5 --timeout=1200 --timeout_method=thread
run: pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests --integration --durations=5 --timeout=1200 --timeout_method=thread

0 comments on commit aa7f807

Please sign in to comment.