29
29
- name : Install dependencies
30
30
run : |
31
31
python -m pip install --upgrade pip
32
- pip install -q "pandas<2.0" "XlsxWriter<3.0.5" "dask<=2023.2.0" "distributed<=2023.2.0" -r requirements.txt -r requirements-zhcn.txt -r requirements-dask.txt -r requirements-extra.txt
32
+ pip install -q "pandas<2.0" "XlsxWriter<3.0.5" "dask<=2023.2.0" "distributed<=2023.2.0" -r requirements.txt -r requirements-zhcn.txt -r requirements-dask.txt -r requirements-fg.txt -r requirements- extra.txt
33
33
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
34
34
pip list
35
35
- name : Test with pytest
86
86
run : |
87
87
pytest --cov=hypernets --durations=30
88
88
89
- test_without_daskml :
89
+ test_without_dask_ft :
90
90
runs-on : ${{ matrix.os }}
91
91
strategy :
92
92
fail-fast : false
@@ -109,29 +109,29 @@ jobs:
109
109
run : |
110
110
pytest --cov=hypernets --durations=30
111
111
112
-
113
- test_without_geohash :
114
- runs-on : ${{ matrix.os }}
115
- strategy :
116
- fail-fast : false
117
- matrix :
118
- os : [ubuntu-latest, ]
119
- python-version : [3.7, 3.8]
120
- # dask-version: [2021.7.2,]
121
- steps :
122
- - uses : actions/checkout@v2
123
- - name : Set up Python ${{ matrix.python-version }}
124
- uses : actions/setup-python@v2
125
- with :
126
- python-version : ${{ matrix.python-version }}
127
- # # pip install -q dask==${{ matrix.dask-version }} distributed==${{ matrix.dask-version }} dask-ml "pandas<1.5.0"
128
- - name : Install dependencies
129
- run : |
130
- python -m pip install --upgrade pip
131
- pip install -q "dask<=2023.2.0" "distributed<=2023.2.0" dask-ml "pandas<1.5.0"
132
- pip install -q -r requirements.txt -r requirements-zhcn.txt "pandas<2.0" "scikit-learn<1.1.0" "XlsxWriter<3.0.5"
133
- pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
134
- pip list
135
- - name : Test with pytest
136
- run : |
137
- pytest --cov=hypernets --durations=30
112
+ #
113
+ # test_without_geohash:
114
+ # runs-on: ${{ matrix.os }}
115
+ # strategy:
116
+ # fail-fast: false
117
+ # matrix:
118
+ # os: [ubuntu-latest, ]
119
+ # python-version: [3.7, 3.8]
120
+ # # dask-version: [2021.7.2,]
121
+ # steps:
122
+ # - uses: actions/checkout@v2
123
+ # - name: Set up Python ${{ matrix.python-version }}
124
+ # uses: actions/setup-python@v2
125
+ # with:
126
+ # python-version: ${{ matrix.python-version }}
127
+ # # # pip install -q dask==${{ matrix.dask-version }} distributed==${{ matrix.dask-version }} dask-ml "pandas<1.5.0"
128
+ # - name: Install dependencies
129
+ # run: |
130
+ # python -m pip install --upgrade pip
131
+ # pip install -q "dask<=2023.2.0" "distributed<=2023.2.0" dask-ml "pandas<1.5.0"
132
+ # pip install -q -r requirements.txt -r requirements-zhcn.txt "pandas<2.0" "scikit-learn<1.1.0" "XlsxWriter<3.0.5"
133
+ # pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
134
+ # pip list
135
+ # - name: Test with pytest
136
+ # run: |
137
+ # pytest --cov=hypernets --durations=30
0 commit comments