-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated Latest Dependency Updates #20
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #20 +/- ##
=======================================
Coverage 99.14% 99.14%
=======================================
Files 50 50
Lines 1521 1521
=======================================
Hits 1508 1508
Misses 13 13 ☔ View full report in Codecov by Sentry. |
@@ -26,11 +26,6 @@ jobs: | |||
python-version: ${{ matrix.python_version }} | |||
cache: 'pip' | |||
cache-dependency-path: 'pyproject.toml' | |||
- uses: actions/cache@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed this because it was causing intermittent failures with these tests.
@@ -35,11 +35,11 @@ jobs: | |||
- if: ${{ matrix.featuretools_version == 'main' }} | |||
name: Install Featuretools from main | |||
run: | | |||
python -m pip install --force-reinstall --no-deps git+https://github.com/alteryx/featuretools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Installing with --no-deps means any differences in requirements between featuretools main and this repo are not taken into account. This can cause test failures in some cases.
This is an auto-generated PR with latest dependency updates. Please do not delete the
latest-dep-update
branch because it's needed by the auto-dependency bot.