A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ydataai/ydata-profiling/commit/88c677808a033ec960c7cc456645e3cb4c56110f below:

update github actions to support new requirements · ydataai/ydata-profiling@88c6778 · GitHub

File tree Expand file treeCollapse file tree 4 files changed

+9

-22

lines changed

Filter options

Expand file treeCollapse file tree 4 files changed

+9

-22

lines changed Original file line number Diff line number Diff line change

@@ -52,9 +52,7 @@ jobs:

52 52

- name: Install pip dependencies

53 53

run: |

54 54

python -m pip install --upgrade pip

55 -

python -m pip install -r requirements.txt

56 -

python -m pip install -r requirements-dev.txt

57 -

python -m pip install -r requirements-test.txt

55 +

python -m pip install ".[dev,test]"

58 56 59 57

- name: Install the package

60 58

run: make install

@@ -103,10 +101,7 @@ jobs:

103 101

- name: Install dependencies

104 102

run: |

105 103

python -m pip install --upgrade pip

106 -

python -m pip install -r requirements.txt

107 -

python -m pip install -r requirements-dev.txt

108 -

python -m pip install -r requirements-test.txt

109 -

python -m pip install -r requirements-docs.txt

104 +

python -m pip install ".[dev,test,docs]"

110 105 111 106

- name: Install the package

112 107

run: make install

Original file line number Diff line number Diff line change

@@ -34,9 +34,7 @@ jobs:

34 34

- name: Install dependencies

35 35

run: |

36 36

python -m pip install --upgrade pip

37 -

python -m pip install -r requirements.txt

38 -

python -m pip install -r requirements-dev.txt

39 -

python -m pip install -r requirements-test.txt

37 +

python -m pip install ".[dev,test]"

40 38 41 39

- name: Install

42 40

run: make install

Original file line number Diff line number Diff line change

@@ -35,9 +35,7 @@ jobs:

35 35

- name: Install dependencies

36 36

run: |

37 37

python -m pip install --upgrade pip

38 -

python -m pip install -r requirements.txt

39 -

python -m pip install -r requirements-dev.txt

40 -

python -m pip install -r requirements-test.txt

38 +

python -m pip install ".[dev,test]"

41 39 42 40

- name: Install

43 41

run: make install

Original file line number Diff line number Diff line change

@@ -81,8 +81,7 @@ jobs:

81 81

${{ runner.os }}-${{ matrix.pandas }}-pip-

82 82

- run: |

83 83

pip install --upgrade pip setuptools wheel

84 -

pip install -r requirements.txt "${{ matrix.pandas }}" "${{ matrix.numpy }}"

85 -

pip install -r requirements-test.txt

84 +

pip install ".[test]" "${{ matrix.pandas }}" "${{ matrix.numpy }}"

86 85

- run: echo "YDATA_PROFILING_NO_ANALYTICS=False" >> $GITHUB_ENV

87 86

- run: make install

88 87

@@ -130,8 +129,7 @@ jobs:

130 129

${{ runner.os }}-${{ matrix.pandas }}-pip-

131 130

- run: |

132 131

pip install --upgrade pip setuptools wheel

133 -

pip install -r requirements.txt "${{ matrix.pandas }}" "${{ matrix.numpy }}"

134 -

pip install -r requirements-test.txt

132 +

pip install ".[test]" "${{ matrix.pandas }}" "${{ matrix.numpy }}"

135 133

echo "YDATA_PROFILING_NO_ANALYTICS=False" >> $GITHUB_ENV

136 134

- run: make install

137 135

@@ -146,8 +144,7 @@ jobs:

146 144

${{ runner.os }}-${{ matrix.pandas }}-pip-

147 145

- run: |

148 146

pip install --upgrade pip setuptools wheel

149 -

pip install -r requirements.txt "${{ matrix.pandas }}" "${{ matrix.numpy }}"

150 -

pip install -r requirements-test.txt

147 +

pip install ".[test]" "${{ matrix.pandas }}" "${{ matrix.numpy }}"

151 148

- run: make install

152 149

- run: make test_cov

153 150

- run: codecov -F py${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.pandas }}-${{ matrix.numpy }}

@@ -205,14 +202,13 @@ jobs:

205 202

- run: |

206 203

pip install --upgrade pip setuptools wheel

207 204

pip install pytest-spark>=0.6.0 pyarrow==1.0.1 pyspark=="${{ matrix.spark }}"

208 -

pip install -r requirements.txt

209 -

pip install -r requirements-test.txt

205 +

pip install ".[test]"

210 206

pip install "${{ matrix.pandas }}" "${{ matrix.numpy }}"

211 207

- if: ${{ matrix.spark != '3.0.1' }}

212 208

run: echo "ARROW_PRE_0_15_IPC_FORMAT=1" >> $GITHUB_ENV

213 209

- run: echo "SPARK_LOCAL_IP=127.0.0.1" >> $GITHUB_ENV

214 210

- run: make install

215 211

- run: make install-spark-ci

216 -

- run: pip install -r requirements-spark.txt # Make sure the proper version of pandas is install after everything

212 +

- run: pip install ".[spark]" # Make sure the proper version of pandas is install after everything

217 213

- run: make test_spark

218 214

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4