Skip to content

Commit

Permalink
remove if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 21, 2024
1 parent 1c7276d commit 5f8a18a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/install_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Build evalml package
run: make package
- name: Install evalml from sdist (not using cache)
if: steps.cache.outputs.cache-hit != 'true'
run: |
python -m pip install "unpacked_sdist/."
- name: Test by importing packages
Expand Down

0 comments on commit 5f8a18a

Please sign in to comment.