Skip to content
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

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

machineFL
Copy link
Collaborator

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.

@machineFL machineFL self-assigned this Feb 9, 2024
@machineFL machineFL requested a review from machineAYX February 9, 2024 11:02
Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a37de82) 99.14% compared to head (d00fba6) 99.14%.

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.
📢 Have feedback on the report? Share it here.

@thehomebrewnerd thehomebrewnerd enabled auto-merge (squash) February 9, 2024 17:23
@@ -26,11 +26,6 @@ jobs:
python-version: ${{ matrix.python_version }}
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- uses: actions/cache@v3
Copy link
Contributor

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
Copy link
Contributor

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.

@thehomebrewnerd thehomebrewnerd merged commit 99e42b7 into main Feb 9, 2024
20 checks passed
@thehomebrewnerd thehomebrewnerd deleted the latest-dep-update-a37de82 branch February 9, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants