File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ jobs:
37
37
make installdeps-test
38
38
pip install git+https://github.com/alteryx/featuretools.git@main#egg=featuretools --force-reinstall
39
39
- if : ${{ matrix.featuretools_version == 'Release' }}
40
- name : Install latest version of Featuretools from main branch
40
+ name : Install latest version of Featuretools from PyPI
41
41
run : |
42
42
make installdeps-complete
43
43
make installdeps-test
44
44
- if : ${{ matrix.python_version != 3.7 || matrix.featuretools_version != 'main' }}
45
45
name : Run unit tests with no code coverage
46
46
run : |
47
47
make test
48
- - if : ${{ matrix.python_version == 3.7 || matrix.featuretools_version == 'main' }}
48
+ - if : ${{ matrix.python_version == 3.7 && matrix.featuretools_version == 'main' }}
49
49
name : Run unit tests with code coverage
50
50
run : |
51
51
make testcoverage
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Future Release
12
12
* Documentation Changes
13
13
* Testing Changes
14
14
* Fix latest dependency checker to create PR (:pr: `129 `)
15
+ * Fixed unit tests workflow test choice logic (:pr: `151 `)
15
16
16
17
Thanks to the following people for contributing to this release:
17
18
:user: `gsheni `, :user: `rwedge `
You can’t perform that action at this time.
0 commit comments